.alert-message.danger,
.alert-message.error {
  color: #B94A48;
  background-color: #F2DEDE;
  border-color: #EED3D7;
}

.alert-message.success {
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

/*.alert-message.info {
  color: #468847;
  background-color: #DFF0D8;
  border-color: #D6E9C6;
}*/
.alert-message.info {
  /*color: #468847;*/
  /*background-color: #DFF0D8;*/
  /*border-color: #D6E9C6;*/
}

.alert-message {
  border-radius: 0 \0;
}

/*.alert-message {
  position: relative;
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  margin-top:20px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size:20px;
}*/
.alert-message {
  /*position: relative;*/
  /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);*/

  background: none repeat scroll 0 0 #78bf6f;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  margin-bottom: 25px;
  padding: 12px 2%;
}

.alert-message .close {
  *margin-top: 3px;
  /* IE7 spacing */

}

.alert-message h5 {
  line-height: 18px;
}

.alert-message p {
  margin-bottom: 0;
}

.alert-message div {
  margin-top: 5px;
  margin-bottom: 2px;
  line-height: 28px;
}

.alert-message .button {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.alert-message.block-message {
  background-image: none;
  background-color: #fdf5d9;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  padding: 14px;
  border-color: #fceec1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.alert-message.block-message ul, .alert-message.block-message p {
  margin-right: 30px;
}

.alert-message.block-message ul {
  margin-bottom: 0;
}

.alert-message.block-message li {
  color: #404040;
}

.alert-message.block-message .alert-actions {
  margin-top: 5px;
}

.alert-message.block-message.error, .alert-message.block-message.success, .alert-message.block-message.info {
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert-message.block-message.error {
  background-color: #fddfde;
  border-color: #fbc7c6;
}

.alert-message.block-message.success {
  background-color: #d1eed1;
  border-color: #bfe7bf;
}

.alert-message.block-message.info {
  background-color: #ddf4fb;
  border-color: #c6edf9;
}

* {
  margin: 0 auto;
  padding: 0;
  border: 0;
  outline: none;
}

@font-face {
  font-family: "Lucida";
  src: url('/assets/fonts/lsans_0.ttf');
}

@font-face {
  font-family: "MyriadPro";
  src: url('/assets/fonts/MyriadPro-Regular_1.otf');
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: 0;
}

.clear {
  clear: both;
}

.mar40 {
  margin-bottom: 40px;
}

body {
  font-family: "Lucida";

  font-size: 17px;
  color: #6e6e6e;
}

.wraper {
  max-width: 1280px;
  position: relative;
}

.contentarea {
  width: 98%;
}

.header {
  padding: 5px 0 15px 0;
}

.logo {
  padding-right: 0px;
  float: left;
  max-width: 25%;
}

.logo h1 {
  font-size: 30px;
  padding: 5px 20px 5px 0;
}

h3 {
  font-family: "MyriadPro";
  font-weight: 500;
  margin-top: 15px;
}

.nav_area {
  float: right;
  margin-left: 1%;
  text-align: right;
  width: 58%;
}

.nav_top ul li {
  list-style: none;
  display: inline-block;
  border-left: 1px solid #898989;
  padding: 0 2px 0 7px;
  text-align: center;
}

.nav_top ul li:first-child {
  border-left: 0px solid #898989;
}

.nav_top ul li a {
  font-size: 16px;
  color: #e14b24;
}

.nav_top ul li a:hover {
  color: #6e6e6e;
}

.nav {
  width: 100%;
  text-align: right;
  margin-top: 5px;
}

.mobile-nav {
  display: none;
}

.mobile-nav1 {
  display: none;
}

.nav ul {
  text-align: right;
}

.nav ul li {
  list-style: none;
  display: inline-block;
  border-left: 1px solid #898989;
  padding: 0px 10px;
}

.nav ul li:first-child {
  border-left: 0px solid #898989;
}

.nav ul li a {
  font-size: 16px;
  color: #6e6e6e;
  text-align: left;

}

.nav ul li a:hover {
  color: #e14b24;
}

.mobile-nav {
  display: none;
}

.hm {
  position: relative;
  border: 1px solid #cccccc;
  padding: 2%;
  margin: 0px 0 50px 0;
  border-radius: 4px;
  background: #f8f8f8;
}

.hm2 {
  position: relative;
  border: 1px solid #cccccc;
  padding: 2%;
  margin: 0px 0 50px 0;
  border-radius: 0px 4px 4px 4px;
  background: #fff;
}

.lebel_field {
  margin: 10px 0;
}

.lebel {
  float: left;
  width: 20%;
  margin-right: 4%;
  font-size: 17px;
  color: #777777;
  padding: .5% 1%;
}

.field {
  float: left;
  width: 40%;
}

.field input[type="text"], .field input[type="email"], .field input[type="password"] {
  background: #f9f9f9; /* Old browsers */
  background: -moz-linear-gradient(top, #f9f9f9 0%, #f3f3f3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f3f3f3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #f3f3f3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f9f9f9 0%, #f3f3f3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f9f9f9 0%, #f3f3f3 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f9f9f9 0%, #f3f3f3 100%); /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f3f3f3',GradientType=0 ); *//* IE6-9 */
  border: 1px solid #cccccc;
  padding: 3% 2%;
  color: #a3a0a0;
  border-radius: 4px;
  width: 96%
}

.field select {
  background: #f9f9f9; /* Old browsers */
  background: -moz-linear-gradient(top, #f9f9f9 0%, #f3f3f3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f3f3f3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #f3f3f3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f9f9f9 0%, #f3f3f3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f9f9f9 0%, #f3f3f3 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f9f9f9 0%, #f3f3f3 100%); /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f3f3f3',GradientType=0 ); *//* IE6-9 */
  -webkit-appearance: none; /*Removes default chrome and safari style*/
  -moz-appearance: none; /*Removes default style Firefox*/
  background: url(/assets/drop.png) right center no-repeat;
  border: 1px solid #cccccc;
  padding: 3% 2%;
  color: #777;
  border-radius: 4px;
  width: 99%
}

input[type="checkbox"] + label span {
  display: inline-block;

  width: 13px;
  height: 13px;
  margin: -3px 10px 0 0;
  vertical-align: middle;
  background: url(/assets/unchk.png) left top no-repeat;
  cursor: pointer;
}

input[type="checkbox"]:checked + label span {
  width: 18px;
  height: 16px;
  background: url(/assets/chk.png) left top no-repeat;
}

.terms {
  font-size: 15px;
  color: #a5a5a5;
}

.links_right {
  width: 55%;
  float: left;
  margin-left: 2%;
}

.sign_up {
  background: url(/assets/signup.png) left center no-repeat;
  padding: 10px 0 10px 30px;
}

.unlock {
  background: url(/assets/unlock.png) left center no-repeat;
  padding: 10px 0 0px 30px;
}

.msg {
  padding: 10px 7px;
  font-size: 17px;
  color: #222222;
}

.msg img {
  vertical-align: middle;
  margin-right: 10px;
}

.other_top .text {
  float: left;
  width: 46%;
  margin-right: 1%
}

.height_adjust {
  height: 180px;
}

.button .add_fields {
  background: url(/assets/cross.png) right center no-repeat;
  color: transparent;
}

tr.nested-fields td .remove_fields {
  background: url(/assets/remove.png) center no-repeat;
  color: transparent;
}

/*other Info Details */
.footer_up {
  background: #fd7c1b;
  padding: 6px 0;
  position: relative;
}

.footer_up img {
  margin-right: 5px;
}

.footer {
  background: #303030;
  padding: 30px 0 30px 0;
  position: relative;
}

.ft {
  float: left;
  width: 21%;
  margin-right: 4%;
}

.ft h3 {
  font-size: 17px;
  color: #fd7c1b;
  margin-bottom: 10px;
}

.ft ul li {
  display: block;
  list-style: none;
}

.ft ul li a {
  font-size: 14px;
  color: #fff;
}

.ft ul li a:hover {
  color: #ddd;
}

.copy {
  margin-top: 25px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.hm_top {
  margin: 2px 0 20px 0;
}

.search_area {
  float: left;
  width: 35%;
  margin-right: 3%;
}

.sub_search {
  float: left;
  width: 25%;
}

.sub_search input[type="submit"] {
  background: #ef7b30; /* Old browsers */
  background: -moz-linear-gradient(top, #ef7b30 0%, #e94f37 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef7b30), color-stop(100%, #e94f37)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ef7b30 0%, #e94f37 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ef7b30 0%, #e94f37 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ef7b30 0%, #e94f37 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ef7b30 0%, #e94f37 100%); /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7b30', endColorstr='#e94f37',GradientType=0 ); *//* IE6-9 */
  border-bottom: 2px solid #d8c1c1;
  border-radius: 4px;
  font-size: 16px;
  padding: 5px 10px;
  width: auto;
  color: #fff;
  cursor: pointer;
}

.sub_search input[type="submit"]:hover {
  background: #e95137;
}

.search_area input[type="text"], .search_area input[type="email"], .search_area input[type="password"] {
  background: url(/assets/ss.png) right 7px center no-repeat;
  border: 1px solid #cccccc;
  padding: 1.5% 7% 1.5% 2%;
  font-size: 14px;
  color: #959595;
  font-weight: 600;
  color: #a3a0a0;
  border-radius: 4px;
  width: 90%
}

.plus_minus {
  float: right;
  padding: 1.5% 2%;
  min-width: 20%;
  text-align: right;
}

.view_details {
  padding: 7px 0;
}

.view_details a {
  background: linear-gradient(to bottom, #EF7B30 0%, #E94F37 100%) repeat scroll 0% 0% transparent;
  border-bottom: 2px solid #D8C1C1;
  border-radius: 4px;
  font-size: 14px;
  margin-right: 5px;
  padding: 7px 20px;
  width: auto;
  color: #FFF;
}

.view_details a:hover {
  background: #E94F37;
}

a.search_near {
  background: url(/assets/search_near.png) left 8px center no-repeat, linear-gradient(to bottom, #EF7B30 0%, #E94F37 100%);
  border-bottom: 3px solid #bea9a9;
  border-radius: 4px;
  padding: 10px 20px 10px 33px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  margin-right: 2%;
  float: left;
}

a.search_near:hover {
  background: url(/assets/search_near.png) left 8px center no-repeat #E94F37;
  color: #fff;
}

.tour_properties {
  background: none repeat scroll 0 0 #f3f3f3;
  border-radius: 4px;
  height: auto;
  margin: 0 auto;
  padding: 2%;
  position: relative;
  width: 94%;
}

.tour_properties h2.schdule {
  padding: 16px 0px 16px 40px;
  background: url(/assets/timing.png) no-repeat scroll left center transparent;
}

.tour_properties h2 {
  color: #585858;
  font-size: 24px;
  font-weight: 400;
}

.tour_properties_u {
  margin-top: 10px;
  border-top: 1px solid #c2c2c2;
  padding: 2% 0;
}

.tour_properties_u ul {
  list-style: none;
}

.tour_properties_u li {
  color: #777777;
  font-size: 18px;
  padding: 10px 0px;
}

/*--new--*/

.hm_con {
  position: relative;
  padding-bottom: 3%;
}

.tabdetails {
  margin-top: 2%;
}

.tabnav ul {
  list-style: none;
}

.tabnav ul li {
  display: inline-block;
  margin-right: 7px !important;
  box-shadow: -1px -2px 2px #e3e3e3;
  /* margin-left: 4px !important;
*/
}

.tabnav ul li a {
  font-size: 16px;
  color: #565656;
  display: inline-block;
  padding: 12px 18px;
  text-align: center;
}

.tabnav ul li a:hover, .tabnav ul li.curnt a {
  background: none;
  color: #fff;
  border-radius: 4px 4px 0 0;
}

.tabcontent {
  margin: 0 0 1% 0;
  background: none;
  border-radius: 0px 4px 4px 4px;
  box-shadow: 0 0 5px #ccc;
  /* box-shadow:1px 5px 11px #c0c0c0;*/
  border: 1px solid #c0c0c0;
}

.ui-widget-content {
  border: none !important;
  background: none !important;
  color: #333;
}

.tab .ui-widget-header {
  border: none !important;
  background: none !important;
  color: #FFF;
  font-weight: bold;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #565656 !important;
}

.ui-state-default a {
  color: #565656 !important;
}

.ui-state-default a:hover {
  color: #565656 !important;
}

.ui-tabs-active a {
  /*margin-bottom:-2px !important;*/
}

.ui-state-hover {
  background: none !important;
}

.ui-tabs .ui-tabs-
li img {
  vertical-align: middle;
  margin-right: 5px;
}

.ui-state-default {
  background: #d7d7d7 !important;
  color: #565656 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  /*background: none !important;*/
  /*background:url(

/assets/bg.png  ) !important;*/
  background: #f6f4f4 !important;
  border: 0px solid #c0c0c0 !important;
  border-bottom: 0px solid #c0c0c0 !important;
}

.ui-widget {
  font-weight: normal !important;
}

.ui-helper-reset {
  line-height: normal !important;
}

.ui-tabs .ui-tabs-nav {
  margin: 0px;
  padding: 0.2em 0.2em 0px 4px !important;
}

.tab ul li, .tab ul li a {
  /*border:1px solid #CCC !important;*/
  border-bottom: none !important;
  font-weight: normal !important;
  margin-bottom: -1px;
  border-radius: 4px;
}

.tab_cont {
  color: #cbcbcb;
  font-size: 18px;
  border-radius: 4px;
}

#listview {
  padding: 0 3% 0 0;
  position: relative;
}

.tab_search {
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  padding: 2% 1%;
  margin: 2% 2% 0 2%;
}

.tab_search p {
  text-align: center;
  margin-bottom: 15px;
  font-size: 17px;
}

.tab_search p a {
  color: #e14b24;
  text-decoration: underline;
}

.tab_search input[type="text"] {
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  background: #f4f3f3; /* Old browsers */
  background: -moz-linear-gradient(top, #f4f3f3 0%, #e1e1e1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f3f3), color-stop(100%, #e1e1e1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f3f3 0%, #e1e1e1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f3f3 0%, #e1e1e1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f3f3 0%, #e1e1e1 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f4f3f3 0%, #e1e1e1 100%); /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f3f3', endColorstr='#e1e1e1',GradientType=0 );*/ /* IE6-9 */
  padding: 14px 3%;
  width: 94%;
  font-size: 14px;
  color: #585858;
  float: left;
}

.form_part_one input[type="text"] {
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  background: #f4f3f3; /* Old browsers */
  background: -moz-linear-gradient(top, #f4f3f3 0%, #e1e1e1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f3f3), color-stop(100%, #e1e1e1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f3f3 0%, #e1e1e1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f3f3 0%, #e1e1e1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f3f3 0%, #e1e1e1 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f4f3f3 0%, #e1e1e1 100%); /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f3f3', endColorstr='#e1e1e1',GradientType=0 ); *//* IE6-9 */
  padding: 12px 1%;
  font-size: 14px;
  color: #585858;
  width: auto;
  float: left;
}

.form_part_one input[type="text"]:last-child {
  margin-right: 0;
}

.tab_search select {
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  background: #f4f3f3; /* Old browsers */
  background: -moz-linear-gradient(top, #f4f3f3 0%, #e1e1e1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f3f3), color-stop(100%, #e1e1e1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f3f3 0%, #e1e1e1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f3f3 0%, #e1e1e1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f3f3 0%, #e1e1e1 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f4f3f3 0%, #e1e1e1 100%); /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f3f3', endColorstr='#e1e1e1',GradientType=0 );*/ /* IE6-9 */
  padding: 12px 1%;
  font-size: 14px;
  color: #585858;
  width: 20%;
  margin-right: 2%;
  float: left;
}

.tab_search select.sm {
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  background: #f4f3f3; /* Old browsers */
  background: -moz-linear-gradient(top, #f4f3f3 0%, #e1e1e1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f3f3), color-stop(100%, #e1e1e1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f3f3 0%, #e1e1e1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f3f3 0%, #e1e1e1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f3f3 0%, #e1e1e1 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f4f3f3 0%, #e1e1e1 100%); /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f3f3', endColorstr='#e1e1e1',GradientType=0 );*/ /* IE6-9 */
  padding: 12px 1%;
  font-size: 14px;
  color: #585858;
  /*width:15.6%;*/
  float: left;
}

.form_part_three select.sm, .form_part_four select.sm {
  margin-left: 1.5%;
}

.ss {
  margin-top: 1.5%;
  float: left;
  color: #3e3e3e;
  font-size: 13px;
  width: 100%;
}

.ss_txt {
  margin-top: 1.5%;
  float: left;
  color: #3e3e3e;
  font-size: 13px;
  width: 100%;
}

.hh2 img {
  vertical-align: middle;
  margin-left: 3px;
}

a.vd_ling {
  color: #EC7235;
}

a.vd_ling:hover {
  color: #000;
}

@media screen and (max-width: 680px) {
  .lebel {
    float: none;
    width: 98%;
    margin-right: 0%;
    margin-bottom: 2%;

  }

  .field {
    float: none;
    width: 100%;
  }

  .links_right {
    width: 100%;
    float: none;
    margin-left: 0%;
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 580px) {
  .search_area {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 2%;
  }

  .sub_search {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {

  .ft {
    float: none;
    width: 100%;
    margin-bottom: 4%;
    margin-right: 0%;
  }
}

.hbb {
  width: 16%;
  padding: 1% 1%;
  border-left: 1px solid #c2c1c1;
  float: left;
  color: #585858;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}

.hbb:first-child {
  border-left: 0px solid #c2c1c1;
}

.hbb img {
  margin-right: 0px;
}

.vd {
  font-weight: 200;
}

.cal_1 {
  float: left;
  width: 25%;
  margin-right: 4%;
  padding: 10px 0;
}

.more_properties_btn {
  text-align: right;
  padding: 1px 0;
}

.more_properties_btn a {
  background: linear-gradient(to bottom, #EF7B30 0%, #E94F37 100%);
  border-bottom: 2px solid #D8C1C1;
  border-radius: 4px;
  font-size: 16px;
  padding: 12px 10px 12px 12px;
  width: auto;
  display: inline-block;
  color: #FFF;
}

.more_properties_btn a:hover {
  background: #E94F37;
}

.more_properties_btn a.logout {
  background: linear-gradient(to bottom, #EF7B30 0%, #E94F37 100%);
  padding: 12px 15px 12px 15px;
}

.more_properties_btn a.logout:hover {
  background: #E94F37;
}

.sch {
  text-align: right;
  padding: 7px 0;
}

.sch a {
  background: linear-gradient(to bottom, #a6a6a6 0%, #959595 100%);
  border-bottom: 2px solid #D8C1C1;
  border-radius: 4px;
  font-size: 15px;
  padding: 12px 14px 12px 14px;
  width: auto;
  display: inline-block;
  color: #FFF;
}

.sch a:hover {
  background: #E94F37;
}

.hm_new {
  position: relative;
  border: 1px solid #CCC;
  padding: 2%;
  margin: 15px 0;
  border-radius: 4px;
}

.new_more_properties {
  border: none;
  padding: 0;
  margin: 1% 2%;
  border-radius: 0px !important;
  border-bottom: 1px solid #c2c1c1;
  cursor: pointer;
}

.hm_new_sm {
  border: 0px solid #CCC;
  margin: 2px 0;
  padding: 0 0;
}

.hm_new .hh {
  padding: 2% 2%;
  border: 1px solid #c5c4c4;
  border-radius: 4px;
  background: #f1f1f1;
  margin-bottom: 1%;

}

.hm_new .hh_more_properties {
  padding: 0;
  border: none;
  border-radius: 4px;
  background: none;
  margin-bottom: 1%;
}

.hm_new .hh1 {
  float: left;
  width: 16%;
  margin-right: 2%;
}

.appoinmt {
  background: #f3f3f3 none repeat scroll 0 0;
  border: 1px solid #cdcdcd;
  color: #3e3e3e;
  font-size: 13px;
  margin-top: 10px;
  padding: 2%;
  text-align: center;
}

.hm_new .hh1 img {
  /*max-width:100%;*/
  width: 150px;
  border: 5px solid #fff;
  box-shadow: 2px 1px 11px #c0c0c0;
}

.vk_img {
  float: none;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 2%;
}

.vk_txt {
  float: none;
  width: 100%;
}

.hm_new .hh2_more_properties {
  margin-top: 0;
  width: 78%;
}

.hm_new .hh2 img {
  vertical-align: middle;
  margin-left: 3px;
}

.hm_new .hb_border {
  border-bottom: 1px solid #c2c1c1;
  margin-bottom: 1%;
  padding-bottom: 0.5%;
}

.hm_new .hb h3 {
  font-size: 19px;
  color: #3e3e3e;
  font-weight: 400;
  border-bottom: 1px solid #c2c1c1;
  padding-bottom: 10px;
  margin-bottom: 15px;
  margin-top: 0;
}

.form_bottom_3 {
  float: left;
  width: 15%;
}

.hm_new .hh2_more_properties h4 {
  font-size: 19px;
  color: #3e3e3e;
  font-weight: 400;
  margin-top: 1%;
  background: url(/map_pointer.png) no-repeat right;
  float: left;
  width: 70%;
}

a.view_details {
  background: linear-gradient(to bottom, #ef7b30 0%, #e94f37 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-bottom: 3px solid #bea9a9;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 15px;
  margin-right: 0;
  padding: 10px 21px 10px 12px;
  text-align: center;
}

a.view_details:hover {
  background: #E94F37;
  color: #fff;
}

a.view_details_2 {
  background: linear-gradient(to bottom, #ef7b30 0%, #e94f37 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-bottom: 3px solid #bea9a9;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 15px;
  margin-right: 0;
  padding: 10px 21px 10px 12px;
  text-align: center;
  display: none;
}

a.view_details_2:hover {
  background: #E94F37;
  color: #fff;
}

.vew_icon {
  font-size: 20px !important;
  vertical-align: text-top;
  color: #fff;
}

.vew_icon_18 {
  font-size: 20px !important;
  color: #fff;
  display: inline-block;
  vertical-align: text-top;
}

.bttn_area_apply_now {
  float: right;
  width: 60%;
}

.bttn_area_apply_now a {
  border-bottom: 3px solid #C0C0C0;
  border-radius: 4px;
  padding: 10px 12px 10px 11px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  text-align: center;
  border-radius: 4px;
  margin: 0 0% 2% 1%;
  float: right;
  background: linear-gradient(to bottom, #a6a6a6 0%, #959595 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.bttn_area_apply_now a:hover {
  background: url(/assets/notify.png) left 8px center no-repeat #959595;
}

a.enter_property a {
  border-bottom: 3px solid #C0C0C0;
  border-radius: 4px;
  padding: 10px 12px 10px 11px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  text-align: center;
  border-radius: 4px;
  margin: 0 0% 2% 1%;
  float: right;
  background: linear-gradient(to bottom, #a6a6a6 0%, #959595 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

a.enter_property:hover {
  background: #959595;
  color: #fff;
}

a.apply_now_btn a {
  border-bottom: 3px solid #C0C0C0;
  border-radius: 4px;
  padding: 10px 12px 10px 11px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  text-align: center;
  border-radius: 4px;
  margin: 0 0% 2% 1%;
  float: right;
  background: linear-gradient(to bottom, #a6a6a6 0%, #959595 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

a.apply_now_btn:hover {
  background: #959595;
  color: #fff;
}

a.agent_shwing a {
  border-bottom: 3px solid #C0C0C0;
  border-radius: 4px;
  padding: 10px 12px 10px 11px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  text-align: center;
  border-radius: 4px;
  margin: 0 0% 2% 1%;
  float: right;
  background: linear-gradient(to bottom, #a6a6a6 0%, #959595 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

a.agent_shwing:hover {
  background: #959595;
  color: #fff;
}

a.notify_button a {
  border-bottom: 3px solid #C0C0C0;
  border-radius: 4px;
  padding: 10px 12px 10px 11px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  text-align: center;
  border-radius: 4px;
  margin: 0 0% 2% 1%;
  float: right;
  background: linear-gradient(to bottom, #a6a6a6 0%, #959595 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

a.notify_button:hover {
  background: #959595;
  color: #fff;
}

.hm_new .hbb {
  width: 9%;
  border-left: 0px solid #c2c1c1;
  border-right: 1px solid #c2c1c1;
  float: left;
  color: #585858;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  min-height: 70px;
  padding: 0 1%;
}

.hm_new .hbb2 {
  width: 11%;
}

.hm_new .hbb_prop_new {
  width: 13%;
  border-right: 1px solid #c2c1c1;
  float: left;
  color: #585858;
  font-size: 15px;
  font-weight: 600;
  text-align: center;

  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.est_monthly {

  color: #f8582f !important
}

.hm_new .hbb img {
  margin-right: 0px;
}

.hm_new .hbb .vd {
  font-weight: 200;
  padding-top: 10px;
}

.hm_new h2.timing {
  padding: 16px 0px 16px 40px;
  background: url(/assets/timing.png) no-repeat scroll left center transparent;
  font-size: 20px;
}

.hm_new h2 {
  color: #585858;
  font-size: 24px;
  font-weight: 400;
}

.hm_new .time_details {
  border: 1px solid #c5c4c4;
  border-radius: 4px;
}

.hm_new .time {
  padding: 1% 1%;
  font-size: 17px;
  border-radius: 4px 4px 0px 0px;
  border-bottom: 1px solid #c5c4c4;
}

.hm_new .time:nth-child(2n-1) {
  background: #eeeded;
}

.hm_new .time:last-child {
  border-bottom: 0px solid #c5c4c4;
  border-radius: 4px 4px 4px 4px;
}

.hm_new .time1 {
  float: left;
  width: 31%;
  margin-right: 3%;
  font-weight: 600;
}

.hm_new .time2 {
  float: left;
  width: 66%;

}

.bot_prop_pp {
  float: left;
  width: 45%;
  padding-right: 1%;
  margin-right: 3%;
  border-right: 1px solid #c5c4c4;
  min-height: 200px;
}

.bot_prop {
  margin-top: 3%;
}

.enter_thnkx {
  padding: 11px 0;
  line-height: 120%;
  font-size: 20px;
}

.bot_prop_pp_text {
  float: left;
  width: 63%;
  margin-left: 2%;
}

.bot_prop_pp_text h3 {
  font-size: 25px;
  color: #808080;
  padding-bottom: 12px;
}

.bot_prop_pp_text p{
  margin: 0 0 5px 0;
  color: #e14b24;
}

.bot_prop_pp_img {
  float: left;
  width: 35%;
}

.bot_sch {
  text-align: left;
  padding: 7px 0;
}

.bot_sch a {
  background: url(/assets/p_sche.png) left 8px center no-repeat, linear-gradient(to bottom, #EF7B30 0%, #E94F37 100%);
  border-bottom: 2px solid #D8C1C1;
  border-radius: 4px;
  font-size: 16px;
  padding: 12px 20px 12px 19px;
  width: auto;
  display: inline-block;
  color: #FFF;
}

.bot_sch a:hover {
  background: url(/assets/p_sche.png) left 8px center no-repeat #E94F37;
}

.bot_sch input[type="submit"], .bot_sch input[type="button"], .bot_sch button[type="submit"] {
  background: linear-gradient(to bottom, #EF7B30 0%, #E94F37 100%);
  border-bottom: 2px solid #D8C1C1;
  border-radius: 4px;
  font-size: 15px;
  padding: 12px 20px 12px 19px;
  width: auto;
  display: inline-block;
  color: #FFF;
  cursor: pointer;
  font-family: "Lucida";
}

.bot_sch input[type="submit"]:hover, .bot_sch input[type="button"]:hover, .bot_sch button[type="submit"]:hover {
  background: #E94F37;
}

.bot_chk {
  text-align: left;
  padding: 7px 0;
}

.bot_chk a {
  background: linear-gradient(to bottom, #EF7B30 0%, #E94F37 100%);
  border-bottom: 2px solid #D8C1C1;
  border-radius: 4px;
  font-size: 15px;
  padding: 12px 20px 12px 17px;
  width: auto;
  display: inline-block;
  color: #FFF;
}

.bot_chk a:hover {
  background: #E94F37;
}

.bot_prop label {
  font-size: 14px;
  color: #f8582f;
}

.visit_dte {
  background: url(/assets/c2.png) no-repeat scroll 100% 50%, linear-gradient(to bottom, #f5f4f4 0%, #dfdfdf 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #ccc;
  border-radius: 3px;
  float: left;
  overflow: hidden;
  width: 99%;
  margin: 12px 0;
}

.visit_dte select {
  overflow: hidden;
  padding: 7px 27px 7px 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 115%;
  background: none;
  border: medium none;
  box-shadow: none;
  margin-right: 0;
}

.sdb {
  float: left;
  width: 72%;
}

.bx-viewport {
  height: 400px !important;
}

.chart_plan {
  width: 100%
}

.chart_plan ul {
  list-style: none;
}

.chart_plan ul li {
  float: left;
  padding: 0 4.5%;
  border: none;
  border-right: 1px solid #c2c1c1;
  color: #585858;
  float: left;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 15px;
  font-weight: 600;
  min-height: auto;
  text-align: center;
}

.chart_plan ul li:last-child {
  border-right: none;
}

.chart_plan ul li.chatpic {
  float: left;
  margin-bottom: 5px;
  text-align: center;
  width: 100%;
}

.chart_plan ul li.chatpic img {
  height: auto;
  max-width: 100%;
}

.chart_plan ul li h2 {
  font-size: 15px !important;
  color: #000;
  width: 100%;
  text-align: center;
  padding-top: 5px;
  font-weight: bold !important;
}

.chart_plan ul li h3 {
  font-size: 17px !important;
  color: #000;
  text-align: center;
  width: 100%;
  font-weight: normal !important;
  padding-top: 5px;
  margin-bottom: 0px !important;
  border-bottom: none !important;
}

/*responsive */

@media screen and (max-width: 985px) {
  .hbb {
    font-size: 14px;
  }

  .cal {
    padding: 2% 4%;
    width: 92%;
  }
}

@media screen and (max-width: 530px) {
  .hbb {
    font-size: 9px;
  }
}

@media screen and (max-width: 450px) {
  .cal {
    font-size: 12px;
  }
}

.b_top {
  border: 1px solid #f46600;
  border-radius: 4px;
  padding: 0.5% 2%;
  background: #f99b4e; /* Old browsers */
  background: -moz-linear-gradient(top, #f99b4e 0%, #f08032 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f99b4e), color-stop(100%, #f08032)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f99b4e 0%, #f08032 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f99b4e 0%, #f08032 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f99b4e 0%, #f08032 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f99b4e 0%, #f08032 100%); /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f99b4e', endColorstr='#f08032',GradientType=0 );*/ /* IE6-9 */
  margin-bottom: 17px;
}

.b_top img {
  vertical-align: top;
}

.b_top_img {
  float: left;
  width: auto;
  margin-right: 2%;
}

.b_top_text {
  float: left;
  width: 78%;
  padding-top: 10px;
  font-size: 18px;
  color: #f5f5f5;
  line-height: 120%;

}

.b_top_text span {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 200%;

}

.hh32 {
  text-align: left;
  margin-bottom: 10px;
}

.hh32 a {
  background: linear-gradient(to bottom, #EF7B30 0%, #E94F37 100%);
  border-bottom: 3px solid #bea9a9;
  border-radius: 4px;
  padding: 10px 11px 10px 12px;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  font-size: 15px;
}

.hh32 a:hover {
  background: #E94F37;
}

.hh35 a {
  background: linear-gradient(to bottom, #EF7B30 0%, #E94F37 100%);
  border-bottom: 3px solid #bea9a9;
  border-radius: 4px;
  padding: 10px 10px 10px 12px;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 15px;
}

.hh35 a:hover {
  background: #E94F37;
}

.hh36 a {
  background: linear-gradient(to bottom, #959595 0%, #666 100%);
  border-bottom: 3px solid #c0c0c0;
  border-radius: 4px;
  padding: 10px 10px 10px 12px;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 15px;
}

.hh36 a:hover {
  background: #666;
}

.bigpopup, .popupbox2 {
  display: none;
}

.hb2 {
  border-bottom: 1px solid #c5c4c4;
  padding-bottom: 2px;
  margin-bottom: 1px;
}

.hb22 {
  width: 100%;
}

.pop1 {
  float: left;
  width: 61%;
  padding: 1% 3% 1% 0%;
  color: #434343;
  margin-right: 2%;
}

.pop1 img {
  max-width: 100%;
}

.video {
  margin: 10px 0 11px 0;
  float: left;
  width: 100%;
}

.pop1 p {
  padding-top: 0%;
}

.pop1 h3 {
  font-weight: 600;
  margin-bottom: 5px;
}

.pop2 {
  float: right;
  background: #dadada;
  border-left: 1px solid #c5c4c4;
  padding: 20px 24px;
  width: 267px;
}

.pop23 {
  background: #dadada;
  padding: 1.4% 1.82% 3%;
}

.po23_fixed {
  top: 0;
  position: fixed;
  margin-left: -1.50%;
  border-left: 1px solid #c5c4c4;
  width: 246px;
  z-index: 1;
}

.apply2 {
  text-align: left;
}

.apply2 a {
  background: #fff;
  padding: 10px 12%;
  display: inline-block;
  color: #515151;
  text-align: center;
  border-radius: 4px;
  margin-left: 1%;
  border-bottom: 3px solid #717070;
}

.apply2 a.en {
  background: url(/assets/en.png) #fff 10px center no-repeat;
}

.pop2 p {
  padding: 20px 0;
  font-size: 14px;
}

.pop2 span {
  color: #434343;
  font-size: 17px;
  font-weight: 600;
}

.pop2 img {
  max-width: 100%;
  padding: 20px 0;
}

.qr {
  margin-top: 20px;
}

.qr img {
  max-width: 100%;
  border: 4px solid #cecece;
  border-radius: 4px;
  padding: 0;
  margin: 0;
}

.contact {
  background: #fff;
  border: 1px solid #bcbcbc;
  border-radius: 4px;
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 2% 3%;
}

.contact a {
  color: #6e6e6e
}

.contact img {
  max-width: 100%;
  padding: 10px 0px 10px 0px;
}

.contact span {
  color: #f8582f;
}

.contact img {
  vertical-align: middle;
  margin-right: 8px;
}

.map {
  margin-bottom: 25px;
}

.map img {
  border: 2px solid #fff;
  padding: 2px 2px;
  box-shadow: 2px 1px 11px #c0c0c0;
}

.pop_other {
  margin-top: 15px;
  font-size: 17px;
  background: #eceaea;
  border-bottom: 2px solid #c8c8c8;
  border-radius: 4px;
  padding: 3% 2.2%;
  margin-bottom: 10px;
  word-wrap: break-word;
}

.pop_other a {
  color: #ec7235;
}

.pop_other a:hover {
  color: #434343;
}

.pop_other p {
  padding-top: 2%;
}

.pop_other span {
  font-size: 13px;
  color: #434343;
}

.pop_img {
  float: left;
  width: 23%;
  margin-right: 2%;
}

.pop_text {
  float: left;
  width: 75%;
}

.hh_d {
  padding: 20px 0;
}

.hh_link {
  padding: 15px 0 2px 0;
}

a.map22 {
  color: #f8582f;
  text-decoration: underline;
  white-space: nowrap;
}

a.map22:hover {
  color: #f8582f;
}

a.msg {
  background: linear-gradient(to bottom, #EF7B30 0%, #E94F37 100%);
  border-bottom: 3px solid #bea9a9;
  border-radius: 4px;
  padding: 10px 20px 10px 12px;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  font-size: 15px;
}

a.msg:hover {
  background: #E94F37;
  color: #fff;
}

a.qr {
  background: linear-gradient(to bottom, #959595 0%, #666 100%);
  border-bottom: 3px solid #c0c0c0;
  text-align: center;
  border-radius: 4px;
  padding: 10px 25px 10px 30px;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 15px;
}

a.qr:hover {
  background: #666;
  color: #fff;
}

@media screen and (max-width: 780px) {

  .b_top_img {
    width: 20%;
  }

  .pop1 {
    float: none;
    width: 96%;
    padding: 1% 3% 1% 1%;
    margin-bottom: 4%;
  }

  .pop2 {
    float: none;
    width: 96%;
    border-left: 0px;
    padding: 2% 2% 1%;
  }

}

@media screen and (max-width: 450px) {
  .hh_link {
    float: none;
    width: 100%;
    padding-top: 20px;
    margin-right: 0%;
  }

}

@media screen and (max-width: 680px) {
  .bot_prop_pp_img {
    float: none;
    width: 100%;
    margin-bottom: 2%;
  }

  .bot_prop_pp {
    float: none;
    width: 100%;
    padding-right: 0%;
    margin-right: 0%;
    border-right: 0px solid #C5C4C4;
    border-bottom: 1px solid #C5C4C4;
    margin-bottom: 2%;
    min-height: 20px;
  }

  .bot_prop_pp:nth-child(2) {
    border-bottom: 0px solid #C5C4C4;
  }
}

@media screen and (max-width: 500px) {

  .pop_text {
    float: none;
    width: 100%;
    margin-bottom: 2%;
  }

  .pop_img {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 2%;
    text-align: center;
  }

  body {
    font-size: 15px;
  }
}

@media screen and (max-width: 410px) {

  .sch {
    text-align: left;
  }

  .bot_sch a {
    display: block;
  }

  .bot_prop_pp_img {
    text-align: center;
  }
}

.inbox1 {
  float: left;
  width: 46%;
  margin-right: 2%;
  padding: 0 2% 0 0;
  border-right: 1px solid #c6c6c6;
}

.inbox2 {
  float: left;
  width: 48%;
  margin-right: 1%;

}

a.msg5 {
  background: url(/assets/msg2.png) left 8px center no-repeat, linear-gradient(to bottom, #EF7B30 0%, #E94F37 100%);
  border-bottom: 3px solid #bea9a9;
  border-radius: 4px;
  padding: 10px 20px 10px 33px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  margin: 0 3% 2% 0;
}

a.msg5:hover {
  background: url(/assets/msg2.png) left 8px center no-repeat #E94F37;
  color: #fff;
}

button.msg5 {
  background: url(/assets/msg2.png) left 8px center no-repeat, linear-gradient(to bottom, #EF7B30 0%, #E94F37 100%);
  border-bottom: 3px solid #bea9a9;
  border-radius: 4px;
  padding: 10px 20px 10px 33px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  margin: 0 3% 2% 0;
}

button.msg5:hover {
  background: url(/assets/msg2.png) left 8px center no-repeat #E94F37;
  color: #fff;
}

a.voice {
  background: url(/assets/voice.png) left 8px center no-repeat, linear-gradient(to bottom, #A6A6A6 0%, #959595 100%);
  border-bottom: 3px solid #C0C0C0;
  border-radius: 4px;
  padding: 10px 10px 10px 32px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  margin: 0 0% 2% 0;
}

a.voice:hover {
  background: url(/assets/voice.png) left 8px center no-repeat #959595;
  color: #fff;
}

button.voice {
  background: url(/assets/voice.png) left 8px center no-repeat, linear-gradient(to bottom, #A6A6A6 0%, #959595 100%);
  border-bottom: 3px solid #C0C0C0;
  border-radius: 4px;
  padding: 10px 10px 10px 32px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  margin: 0 0% 2% 0;
}

button.voice:hover {
  background: url(/assets/voice.png) left 8px center no-repeat #959595;
  color: #fff;
}

a.sub5 {
  background: url(/assets/tick2.png) left 8px center no-repeat, linear-gradient(to bottom, #EF7B30 0%, #E94F37 100%);
  border-bottom: 3px solid #bea9a9;
  border-radius: 4px;
  padding: 10px 20px 10px 40px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  margin: 0 3% 2% 0;
}

a.sub5:hover {
  background: url(/assets/tick2.png) left 8px center no-repeat #E94F37;
  color: #fff;
}

a.signin {
  background: linear-gradient(to bottom, #EF7B30 0%, #E94F37 100%);
  border-bottom: 3px solid #bea9a9;
  border-radius: 4px;
  padding: 10px 15px 10px 15px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  text-align: center;
  border-radius: 4px;
  margin-right: 5px;
}

a.signin:hover {
  background: #E94F37;
  color: #fff;
}

a.apply_new {
  background: linear-gradient(to bottom, #959595 0%, #666 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-bottom: 3px solid #bea9a9;
  border-radius: 4px;
  padding: 10px 15px 10px 15px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  text-align: center;
  border-radius: 4px;
}

a.apply_new:hover {
  background: #666;
  color: #fff;
}

@media screen and (max-width: 1230px) {
  a.msg5 {
    display: block;
    margin: 0 0 2% 0;
  }

  a.voice {
    display: block;
    padding: 10px 10px 10px 10px;
  }
}

@media screen and (max-width: 850px) {
  .inbox1 {
    float: none;
    width: 100%;
    margin-right: 0%;
    padding: 0px 0% 2% 0px;
    border-right: 0px solid #C6C6C6;
    border-bottom: 1px solid #C6C6C6;
  }

  .inbox2 {
    float: none;
    width: 100%;
    margin-right: 0%;
  }

  a.msg5 {
    display: inline-block;
    margin: 0 2% 2% 0;
  }

  a.voice {
    display: inline-block;
    padding: 10px 10px 10px 40px;
  }
}

.credit_card h3 {
  font-size: 24px;
  color: #585858;
}

.credit_card p {
  font-size: 13px;
}

.credit_card p.title {
  font-size: 19px;
}

.credit_card h3.card {
  background: url(/assets/card.png) left 7px center no-repeat;
  padding: 7px 7px 20px 65px;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 20px;

}

.credit_card_iner {
  float: left;
  width: 70%;
}

.credit_card .lebel_field {
  margin: 12px 0 20px 0;
}

.credit_card .lebel {
  float: left;
  width: 23%;
  margin-right: 4%;
  font-size: 17px;
  color: #777777;
  padding: 4px 1%;
}

.credit_card .field {
  float: left;
  width: 70%;
}

.credit_card .field input[type="text"], .credit_card .field input[type="email"], .credit_card .field input[type="password"] {
  background: linear-gradient(to bottom, #f9f9f9 0%, #f3f3f3 100%);
  border: 1px solid #cccccc;
  padding: 13px 3%;
  color: #a3a0a0;
  border-radius: 4px;
  width: 92%
}

.sm_fld {
  float: left;
  width: 48%;
  margin-right: 5px !important;
  background: url(/assets/c2.png) no-repeat scroll 100% 50%, linear-gradient(to bottom, #f5f4f4 0%, #dfdfdf 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #ccc;
  border-radius: 3px;
  float: left;
  margin: 5px 0;
  overflow: hidden;
}

span[id^="sm_fld_error"] {
  color: red;
}

.sm_fld select {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;

  box-shadow: none;
  margin-right: 0;
  overflow: hidden;
  padding: 7px 27px 7px 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 109%;
}

.sm_fld2 {
  float: left;
  width: 48%;
  margin-right: 2%;
}

.credit_card input[type="submit"]:hover, .credit_card input[type="button"]:hover {
  background: #E94F37;
  color: #fff;
}

@media screen and (max-width: 1020px) {
  .credit_card_iner {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .credit_card .lebel {
    float: none;
    width: 98%;
    margin-right: 0%;
    padding: 2px 1%;
  }

  .credit_card .field {
    float: none;
    width: 100%;

  }

  .sm_fld2 {
    float: none;
    width: 100%;
    margin-right: 0%;
  }
}

@media screen and (max-width: 430px) {
  .credit_card input[type="submit"], .credit_card input[type="button"] {
    width: 100%;
    padding: 10px 3% 10px 3%;
    margin: 0 0% 2% 0%;
  }

  .stag_env {
    border-radius: 4px;
    background: #888888;
    font-size: 15px;
    color: #fff;
    padding: 12px 2%;
    margin-bottom: 25px;
  }
}

.sb_d {
  margin: 10px 0 7px 0;
}

@media screen and (max-width: 580px) {
  .stag_env {
    display: none;
  }
}

.hm_view {
  position: relative;
  border: 0px solid #CCC;
  padding: 0% 0;
  margin: 0px 0px;
  border-radius: 0px;
}

.hm_view .hh {
  margin-bottom: 20px;
}

.hh_text {
  float: left;
  padding: 0% 2%;
  border-radius: 4px;
}

.hh_text h3 {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 14px;
  color: #ed6e34;
  margin-top: 5px;
}

.hh_text h3.phone_icon {
  background: transparent url(/assets/ph.png) no-repeat scroll left center;
  padding: 0px 24px;
}

.hh_text h3.mamager_icon {
  background: transparent url(/assets/manager.png) no-repeat scroll left center;
  padding: 0px 24px;
}

.hh_text span {
  margin-right: 2%;
}

.hh_text_link {
  float: right;
  text-align: right;
  color: #6a6a6a !important;

}

.field input[type="text"], .field input[type="email"], .field input[type="password"] {
  background: #fff !important;
  color: #000 !important;
}

.s_bot {
  padding: 10px 0;
}

.s_bot p {
  padding-bottom: 10px;
  font-size: 15px;
  color: #7b7b7b;
}

.stag_env2 {
  border-radius: 4px;
  background: #78bf6f;
  font-size: 15px;
  color: #fff;
  padding: 12px 2%;
  margin-bottom: 25px;
}

.nq_list {
  margin-bottom: 30px;
}
.print_view_details{
	margin-bottom:20px;
}
.print_view_details h3 {
  font-size: 22px;
  color: #585858;
  font-weight: 700;
  margin-bottom: 10px;
}

.print_view {
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  overflow: hidden;
}

.print_view ul {
  list-style: none;
}

.print_view li {
  float: left;
  width: 25%;
}

.print_g {
  width: 14% !important;
}

.print_view span {
  width: 100%;
  float: left;
}

span.tb_head {
  background: #e4e4e4 none repeat scroll 0 0;
  color: #9e9e9e;
  font-size: 15px;
  padding: 10px 32px;
  text-transform: uppercase;
}

.tb_head2 {
  font-size: 14px;
  padding: 18px 25px;
  box-sizing: border-box;
}

.tb_head3 {
  font-size: 14px;
  padding: 0px 25px;
}

.print_view li a {
  font-size: 13px !important;
  padding: 4px 15px !important;
  margin: -4px 0px;
}

.print_view_tb {
  padding: 1.5% 2% 0;
  font-size: 15px;
  color: #414141;
}

.tb_head {
  background: #e4e4e4;
  color: #9e9e9e;
  font-size: 15px;
  text-transform: uppercase;
}

.print_view_tbb {
  float: left;
  width: 27%;
  padding: 0% 0.5%;

}

.print_view_tbb1 {
  float: left;
  width: 14%;
  padding: 0% 0.5%;
}

.print_view_tbb span {
  float: left;
}

.print_view_tbb a {
  margin-top: -5px !important;
  padding: 7px 20px !important;
  margin-left: 4px !important;
  float: left;
}

.nq_list .print_view_tbb {
  float: left;
  width: 32%;
  margin-right: 1%;
}

.print_view_details a {
  background: linear-gradient(to bottom, #EF7B30 0%, #E94F37 100%);
  border-bottom: 2px solid #D8C1C1;
  border-radius: 4px;
  font-size: 15px;
  padding: 12px 20px 12px 20px;
  width: auto;
  display: inline-block;
  color: #FFF;
  margin: 15px 0;
}

.print_view_details a:hover {
  background: #E94F37;
}

.hm_5 .hb {
  margin-bottom: 13px;
}

.agent_details p {
  font-size: 15px;
  padding-left: 1%;
}

.credit_card h3.agent {
  background: url(/assets/agent.png) left 7px center no-repeat;
  padding: 12px 7px 20px 45px;
  border-bottom: 0px solid #c6c6c6;
  margin-bottom: 2px;
}

.agent_details .hm_new {
  border: 0px solid #CCC;
  padding: 0;
  margin: 20px 0px;
}

.ag input[type="submit"], .ag input[type="button"], .ag button[type="submit"] {
  background: linear-gradient(to bottom, #EF7B30 0%, #E94F37 100%);
  border-bottom: 3px solid #bea9a9;
  border-radius: 4px;
  padding: 10px 20px 10px 15px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  margin: 10px 3% 2% 0%;
}

.ag input[type="submit"]:hover, .ag input[type="button"]:hover, .ag button[type="submit"]:hover {
  background: #E94F37;
  color: #fff;
}

.terms_con h3 {
  background: url(/assets/th.png) left 7px top no-repeat;
  padding: 7px 7px 10px 40px;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 20px;
  font-size: 22px;
}

.terms_con ul {
  padding: 15px 0;
}

.terms_con ul li {
  list-style: none;
  color: #777777;
  margin-bottom: 5px;
}

.terms_con ol {
  padding: 15px 0;
  margin-left: 25px;
}

.terms_con ol li {
  /*list-style:none;*/
  color: #777777;
  margin-bottom: 5px;
}

.terms_con input[type="checkbox"] {
  margin-right: 7px;
}

.terms_con .link_cn {
  padding: 12px 0 20px 0;
}

label[for='agreement_confirm'] {
  cursor: pointer;
}

.terms_con .link_cn a {
  color: #EE7132;
  font-weight: normal;
  font-size: 15px;
  text-decoration: underline;
}

.terms_con .link_cn a:hover {
  color: #000;
}

.terms_con .back {
  float: left;
  width: 48%;
  margin-right: 2%;
}

.terms_con .back a {
  background: url(/assets/tb.png) left 30px center no-repeat, linear-gradient(to bottom, #a6a6a6 0%, #959595 100%);
  border-bottom: 2px solid #D8C1C1;
  border-radius: 4px;
  font-size: 17px;
  padding: 12px 30px 12px 58px;
  width: auto;
  display: inline-block;
  color: #FFF;
}

.terms_con .back a:hover {
  background: url(/assets/tb.png) left 30px center no-repeat #959595;
}

.terms_con .acept a {
  background: url(/assets/tc.png) left 30px center no-repeat, linear-gradient(to bottom, #EF7B30 0%, #E94F37 100%);
  border-bottom: 2px solid #D8C1C1;
  border-radius: 4px;
  font-size: 17px;
  padding: 12px 30px 12px 65px;
  width: auto;
  display: inline-block;
  color: #FFF;

}

.terms_con .acept a:hover {
  background: url(/assets/tc.png) left 30px center no-repeat #E94F37;
}

.terms_con .acept input[type="submit"], .terms_con .acept input[type="button"], .terms_con .acept button[type="button"] {
  background: linear-gradient(to bottom, #EF7B30 0%, #E94F37 100%);
  border-bottom: 2px solid #D8C1C1;
  border-radius: 4px;
  font-size: 17px;
  padding: 10px 22px 11px 17px;
  width: auto;
  display: inline-block;
  color: #FFF;
  margin-top: 3%;
}

.terms_con .acept input[type="submit"]:hover, .terms_con .acept input[type="button"]:hover, .terms_con .acept button[type="button"]:hover {
  background: #E94F37;
}

@media screen and (max-width: 430px) {
  .terms_con .back {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 2%;
    text-align: center;
  }

  .terms_con .acept {
    float: none;
    width: 100%;
    margin-left: 0%;
    margin-bottom: 2%;
    text-align: center;
  }

  .terms_con .back a {
    background: url(/assets/tb.png) left 30px center no-repeat, linear-gradient(to bottom, #a6a6a6 0%, #959595 100%);

    padding: 12px 30px 12px 30px;

    display: block;

  }

  .terms_con .back a:hover {
    background: url(/assets/tb.png) left 30px center no-repeat #959595;
  }

  .terms_con .acept a {
    background: url(/assets/tc.png) left 30px center no-repeat, linear-gradient(to bottom, #EF7B30 0%, #E94F37 100%);

    padding: 12px 30px 12px 30px;
    display: block;
  }

  .terms_con .acept a:hover {
    background: url(/assets/tc.png) left 30px center no-repeat #E94F37;
  }
}

.can a {
  background: url(/ph_call.png) left 30px center no-repeat, linear-gradient(to bottom, #EF7B30 0%, #E94F37 100%);
  padding: 12px 16px 12px 36px;
  min-width: 140px;
  text-align: center;
}

.can a:hover {
  background: url(/ph_call.png) left 30px center no-repeat #E94F37;
}

.checkin {
  border: none;
  padding: 0px;
  background: none;
}

.checkin .tabs {
  width: 100%;
  display: inline-block;
  min-height: 680px;

}

.tab-links:after {
  display: block;
  clear: both;
  content: '';
}

.tab-links li {
  margin: 0px 5px 0 0px;
  float: left;
  list-style: none;
  margin-bottom: -1px;
}

.tab-links a {
  padding: 15px 16px;
  display: inline-block;
  border-radius: 3px 3px 0px 0px;
  border: 1px solid #cccccc;
  border-bottom: none;
  background: #d9d9d9;
  font-size: 18px;
  font-weight: 200;
  color: #7d7d7d;
  transition: all linear 0.15s;
}

.tab-links a:hover {
  text-decoration: none;
}

li.active a, li.active a:hover {
  background: #fff;
  color: #4c4c4c;
  margin-bottom: -1px;
}

/*----- Content of Tabs -----*/
.tab-content {
  padding:2%;
  border-radius: 0px 0px 3px 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #cccccc;
  border-top: 0px solid #ccc;
  background: #fff;
}

.tab-content_border_top {
  border-top: 1px solid #ccc;
}

.tab_list {
  padding: 10px 0px 10px 0;
}


.tab-content .tab.active {
  display: block;
}

.tab-content .tab .lebel_field {
  margin: 30px 0;
}

.tab-content .tab .lebel {
  float: none;
  width: 100%;
  margin-right: 0%;
  font-size: 17px;
  color: #626262;
  padding: 0px;
  margin-bottom: 12px;
}

.tab-content .tab .field {
  float: none;
  width: 100%;
}

.tab-content .tab .field input[type="text"], .tab-content .tab .field input[type="email"], .tab-content .tab .field input[type="password"] {
  background: #f1f1f1 !important;
  border: 1px solid #cccccc;
  padding: 2% 2%;
  color: #a3a0a0;
  border-radius: 2px;
  width: 96%;
  font-size: 17px;
  color: #626262;
}

.chkin1 {
  float: left;
  width: 27%;
  margin-right: 2%;
  font-size: 17px;
  color: #777777;
  padding-top: 10px;
}

.chkin3 {
  float: right;
  width: 20%;
  margin-top: -25px;
}

.chkin2 {
  float: left;
  width: 100%;
  padding-top: 10px;
}

.lockcheckin {
  float: left;
  width: 100%;
}

.field22 {
  float: left;
  width: 74%;
}

.chkin2 input[type="text"], .chkin2 input[type="email"], .chkin2 input[type="password"], .chkin2 input[type="tel"] {
  background: #f7f6f6 !important;
  border: 1px solid #cccccc;
  padding: 2% 2%;
  color: #a3a0a0;
  border-radius: 2px;
  width: 96%;
  font-size: 17px;
  color: #626262;
}

.field textarea {
  background: #f7f6f6 !important;
  border: 1px solid #cccccc;
  padding: 1% 2%;
  color: #a3a0a0;
  border-radius: 2px;
  width: 96%;
  font-size: 17px;
  color: #626262;
}

.field .checkindivs {
  background: #f7f6f6 !important;
  border: 1px solid #cccccc;
  padding: 1% 2%;
  color: #a3a0a0;
  border-radius: 2px;
  width: 96%;
  font-size: 18px;
  color: #626262;
  min-height: 55px;
  word-wrap: break-word;
}

#btnCall {
  background: linear-gradient(to bottom, #EF7B30 0%, #E94F37 100%);
  border-bottom: 3px solid #bea9a9;
  border-radius: 4px;
  padding: 10px 30px;
  display: inline-block;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  margin: 8px 3% 2% 0%;

}

#btnCall:hover {
  background: #E94F37;
  color: #fff;
}

.chkin2 input[type="submit"], .chkin2 button[type="submit"] {
  background: linear-gradient(to bottom, #EF7B30 0%, #E94F37 100%);
  border-bottom: 3px solid #bea9a9;
  border-radius: 4px;
  padding: 10px 30px;
  display: inline-block;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  margin: 8px 3% 2% 0%;

}

.chkin2 input[type="submit"]:hover, .chkin2 button[type="submit"]:hover {
  background: #E94F37;
  color: #fff;
}

.got_ques {
  padding: 10px 0;
}

.got_ques a {
  background: linear-gradient(to bottom, #a6a6a6 0%, #969696 100%);
  display: inline-block;
  padding: 10px 18px;
  color: #ffffff;
  font-size: 17px;
  border-radius: 4px;
  margin-bottom: 8px;
  margin-top: 10px;
  text-align: center;
}

.got_ques a:hover {
  background: #969696;
}

.chkout_add {
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  padding: 2% 2%;
  font-size: 18px;
  color: #626262;
}

.add_dd {
  padding-bottom: 12px;
}

.add_1 {
  float: left;
  width: 100px;
  margin-right: 2%;
  font-weight: 600;
}

.add_2 {
  float: left;
  width: 60%;
  margin-right: 2%;
}

.chkout_button {
  margin-bottom: 7px;
}

.chkout_button button[type="submit"] {
  background: linear-gradient(to bottom, #EF7B30 0%, #E94F37 100%);
  border-bottom: 3px solid #bea9a9;
  border-radius: 4px;
  padding: 10px 38px 10px 38px;
  color: #fff;
  display: inline-block;
  font-weight: 200;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  margin: 20px 3% 2% 0%;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;

}

.chkout_button button[type="submit"]:hover {
  background: #E94F37;
  color: #fff;
}

.chkout_bottom p {
  font-size: 18px;
  color: #626262;
  padding-bottom: 17px;
}

.chkout_bottom span {
  color: #f79447;
}

p.success_process {
  padding-top: 16px;
  font-size: 18px;
}

.call_aply {
  margin-top: 20px;
}

.call_aply a {
  background: linear-gradient(to bottom, #EF7B30 0%, #E94F37 100%);
  border-bottom: 3px solid #bea9a9;
  border-radius: 4px;
  padding: 10px 16px 10px 16px;
  color: #fff;
  display: inline-block;
  font-weight: 200;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  margin: 0px 1% 15px 0%;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;

}

.call_aply a:hover {
  background: #E94F37;
  color: #fff;
}

.prop_ser a {
  background: linear-gradient(to bottom, #a6a6a6 0%, #959595 100%);
  border-bottom: 3px solid #bea9a9;
  border-radius: 4px;
  padding: 10px 16px 10px 16px;
  color: #fff;
  display: inline-block;
  font-weight: 200;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  margin: 0px 1% 0px 0%;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.prop_ser a:hover {
  background: #959595;
  color: #fff;
}

.tab_search2 {
  background: #fff;
  border: 1px solid #CCC;
  border-bottom: 0px solid #CCC;
}

.hh1_new {
  float: left;
  width: 16%;
  margin-right: 4%;
}

.hh1_new img {
  border: 5px solid #fff;
  box-shadow: 2px 1px 11px #c0c0c0;
  width: 150px;
}

.new_more_properties .hh2 {
  float: left;
  width: 78%;
  margin-bottom: 0%;
  font-size: 15px;
  margin-top: 0%;
  color: #585858;
  float: right;
}

.tab-links a.list_view {
  padding: 10px 16px 10px 40px;
  background: url(/assets/list_tab.png) left 10px center no-repeat #d9d9d9;
}

.tab-links a.list_view:hover {
  text-decoration: none;
}

li.active a.list_view, li.active a.list_view:hover {
  background: url(/assets/list_tab.png) left 10px center no-repeat #fff;
}

.tab-links a.map_view {
  padding: 10px 16px 10px 40px;
  background: url(/assets/map_tab.png) left 10px center no-repeat #d9d9d9;
}

.tab-links a.map_view:hover {
  text-decoration: none;
}

li.active a.map_view, li.active a.map_view:hover {
  background: url(/assets/map_tab.png) left 10px center no-repeat #fff;
}

.form_top_1 {

  float: left;
  width: 25%;
  margin-right: 1%;
}

.form_top_2 {
  float: left;
  margin-left: 1%;
  width: 46%;
}

.form_top_22 {
  float: left;
  margin-right: 3%;
  display: none;
}

.form_top_3 {
  float: right;
  width: 26%;
  margin-right: 0.5%;
  text-align: right;
}

.form_top_1 a {
  background: linear-gradient(to bottom, #EF7B30 0%, #E94F37 100%);
  border-bottom: 3px solid #bea9a9;
  border-radius: 4px;
  padding: 12px 20px 12px 23px;
  display: block;
  color: #fff;
  font-size: 15px;
  text-align: center;
  border-radius: 4px;
}

.form_top_1 a:hover {
  background: #E94F37;
}

.form_top_22 a {
  background: linear-gradient(to bottom, #EF7B30 0%, #E94F37 100%);
  border-bottom: 0px solid #bea9a9;
  border-radius: 4px;
  padding: 6px 5px 6px 5px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  text-align: center;
  border-radius: 4px;
}

.form_top_22 a:hover {
  background: #E94F37;
  color: #fff;
}

.form_top_3 a {
  background: linear-gradient(to bottom, #a6a6a6 0%, #959595 100%);
  border-bottom: 3px solid #c0c0c0;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin: 0 0 2% 0;
  padding: 10px 4px;
  text-align: center;
  width: 123px;
  font-size: 15px;
}

.form_bottom {
  margin-top: 10px;
}

.pac-container {
  width: 40%;
}

.form_bottom_1 {
  border: 1px solid #ccc;
  width: 295px;
  border-radius: 3px;
  overflow: hidden;
  background: url(/assets/c2.png) no-repeat 100% 50%, linear-gradient(to bottom, #f5f4f4 0%, #dfdfdf 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
}

.form_bottom_2 {
  float: left;
  width: 21%;
  margin-left: 2%;
}

.form_bottom_4 {
  float: left;
  width: 11%;
}

.form_bottom_5 {
  float: left;
  margin-left: 49px;
  width: 15%;
}

.form_bottom_6 {
  float: left;
  margin-left: 10px;
  width: 15%;
}

.form_bottom select {
  padding: 11px 8px;
  width: 130%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  margin-right: 0;
}

.form_bottom select:focus {
  outline: none;
}

.form_top_sreach {
  float: left;
  margin-right: 1%;
  width: 25%;
  background: url("/assets/c2-526dcbffdb3ea2602db7aecb646355c535fa5b3c67cedeb6030d0dfec6035b01.png") no-repeat scroll 100% 50%, rgba(0, 0, 0, 0) linear-gradient(to bottom, #f5f4f4 0%, #dfdfdf 100%) repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.form_top_sreach select {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  margin-right: 0;
  padding: 11px 8px;
  width: 130%;
  border-radius: 4px;
  color: #585858;
  float: left;
  font-size: 14px;
}

.form_bottom input[type="text"] {
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  background: #f4f3f3; /* Old browsers */
  background: -moz-linear-gradient(top, #f4f3f3 0%, #e1e1e1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f3f3), color-stop(100%, #e1e1e1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f3f3 0%, #e1e1e1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f3f3 0%, #e1e1e1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f3f3 0%, #e1e1e1 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f4f3f3 0%, #e1e1e1 100%); /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f3f3', endColorstr='#e1e1e1',GradientType=0 );*/ /* IE6-9 */
  padding: 12px 3%;
  font-size: 14px;
  color: #585858;
  width: 325px;
  margin-right: 0%;
  float: none;
}

.form_bottom_label {
  float: left;
  width: 100%;
}

.form_bottom_select {
  background: url(/assets/c2.png) no-repeat scroll 100% 50%, linear-gradient(to bottom, #f5f4f4 0%, #dfdfdf 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #ccc;
  border-radius: 3px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
}

.form_bottom_label2 {
  float: left;
  width: 100%;
}

.form_bottom_select2 {
  background: url(/assets/c2.png) no-repeat scroll 100% 50%, linear-gradient(to bottom, #f5f4f4 0%, #dfdfdf 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #ccc;
  border-radius: 3px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
}

.form_bottom_label3 {
  float: none;
  width: 100%;
  margin-right: 0%;
  padding-top: 1px;
  margin-bottom: 1%;
  display: block;
}

.form_bottom_select3 {
  background: url(/assets/c2.png) no-repeat scroll 100% 50%, linear-gradient(to bottom, #f5f4f4 0%, #dfdfdf 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #ccc;
  border-radius: 3px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px;
}

.map_details {
  margin: 2% 2%;
}

.map_left {
  width: 30%;
  float: left;
  height: 600px;
  overflow-y: auto;
}

.map_right {
  width: 69%;
  float: right;
  border: 2px solid #acacac;

}

.map_list_details {
  margin-right: 4%;
  margin-bottom: 5px;
  border-bottom: 1px solid #b5b5b5;
  padding: 16px 5px;
}

.map_list_details:hover {
  background: #e2e2e2;
}

.mp_img {
  float: left;
  width: 28%;
  margin-right: 6%;
}

.mp_img img {
  border: 4px solid #fff;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.15);
}

.mp_list {
  float: left;
  width: 65%;
  padding: 2px 0.2%;
}

.mp_list span {
  color: #f8582f;
}

.mp_list p {
  font-size: 14px;
  color: #3e3e3e;
  font-weight: 600;
  padding-bottom: 7px;
}

.mp_hb {
  margin-top: 5px;
  border-top: 1px solid #c5c4c4;
  padding-top: 5px;
}

.mp_hbb {
  float: left;
  width: 13%;
  padding: 0 1%;
  margin-right: 1%;
  border-right: 1px solid #c5c4c4;
  text-align: center;
  font-size: 12px;
  color: #585858;
}

.mp_hbb:nth-child(5) {
  border-right: 0px solid #c5c4c4;
  margin-right: 0%;
  width: 19%;
}

.mp_hbb:nth-child(2) {
  width: 25%;
}

.mp_hd {
  color: #191919;
  font-weight: 600;
  padding-bottom: 5px;
}

.mp_bt {
  font-size: 16px;
}

.hb_inv {
  display: none;
}

.mfp-container {
  height: auto !important;
  z-index: 99999999999999 !important;
}

@media screen and (min-width: 780px) and (max-width: 1160px) {

  .po23_fixed {
    top: 0;
    position: fixed;
    width: 29.8%;
  }

  .pop23 {
    padding: 1.4% 1.75% 3% 2%;
  }
}

.smartPhoneError {
  text-align: center;
  margin-top: -20px;
}

#loaderForgetImg {
  text-align: center;
  padding-top: 50px;
}

#loaderForgetImgMap {
  text-align: center;
  padding-top: 50px;
}

.pac-container {
  width: 25% !important;
}

.form_box_top {
  float: left;
  width: 27%;
}

input.buttons2 {
  background: linear-gradient(to bottom, #ef7b30 0%, #e94f37 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-bottom: 3px solid #bea9a9;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  margin: 0 3% 2% 1%;
  padding: 10px 20px 10px 10px;
  text-align: center;
}

.red_back {
  background-color: #dd0606;
  color: white;
  padding: 1px 4px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.property_srch_more {
  background-color: #fff !important;
  border: 1px solid #f30436 !important;

  color: #f30436 !important;
  font-size: 14px;
  margin-top: 1%;
}

.property_srch_more a {
  color: #454545 !important;
}

.property_srch_more a:hover {
  color: #f30436 !important;
}

/************ from application.css ***********/
#btnTextLink {
  border-radius: 8px;
  padding: 5px 0;
  vertical-align: bottom;
}

.smartPhoneButton {
  background: url("/assets/smart-phone.png") no-repeat scroll center center #f8582f;
  border-radius: 4px !important;
  cursor: pointer;
  float: left;
  height: 42px;
  transition: background 0.5s ease 0s;
  width: 18%;
}

.smartPhoneTextBox {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #bcbcbc;
  border-radius: 4px;
  float: left;
  height: 40px;
  line-height: 40px;
  margin-right: 2%;
  padding: 0 3%;
  width: 72%;
}

.white-popup-block {
  background: #FFF;
  padding: 18px 18px;
  text-align: left;
  display: block;
  max-width: 400px;
  height: 80px;
  margin: 40px auto;
  position: relative;
  border: none;
  border-radius: 4px;
  padding-bottom: 33px;
}

.white-popup-block-qrcode {
  background: #FFF;
  padding: 0;
  text-align: left;
  display: block;
  max-width: 230px;
  height: 220px;
  /*margin: 1px auto;*/
  position: relative;
  border: none;
  border-radius: 4px;
}

.white-popup-block-report {
  background: #FFF;
  padding: 20px 20px;
  text-align: left;
  display: block;
  max-width: 550px;
  height: auto;
  margin: 40px auto;
  position: relative;
  border: none;
  border-radius: 4px;
}

.white-popup-block-viewmap {
  background: #FFF;
  padding: 20px 20px;
  text-align: left;
  display: block;
  max-width: 550px;
  height: 450px;
  margin: 40px auto;
  position: relative;
  border: none;
  border-radius: 4px;
}

.white-popup-block-openmap {
  background: #FFF;
  padding: 20px 20px;
  text-align: left;

  display: block;
  max-width: 550px;
  height: 450px;
  margin: 40px auto;
  position: relative;
  border: none;
  border-radius: 4px;
}

.white-popup-block-tour {
  background: #F3F3F3;
  padding: 15px 15px;
  text-align: left;
  display: block;
  max-width: 620px;
  height: auto;
  margin: 40px auto;
  position: relative;
  border: none;
  border-radius: 4px;
  box-shadow: 1px 0 34px #303030;
}

.white-popup-block-terms_condition {
  background: #F3F3F3;
  padding: 15px 15px;
  text-align: left;
  display: block;
  max-width: 1020px;
  height: 434px;
  overflow-y: scroll;
  margin: 40px auto;
  position: relative;

  border: none;
  border-radius: 4px;
  box-shadow: 1px 0 34px #303030;
}

.white-popup-block-terms_condition h2 {
  padding-bottom: 20px;
}

.white-popup-block-terms_condition p {
  padding-bottom: 20px;
  text-align: justify;
}

#map-canvas {
  height: 434px;
  width: 100%;
}

.bx-wrapper, .bx-viewport {
  height: auto;
}

.map_can {
  width: 98%;
  height: 434px;
}

.bxslider_cls img {
  width: 60%;
}

.error_card {
  font-size: 14px;
  color: #f00;
}

.bx-wrapper img {
  width: auto !important;
}

.mapadd {
  width: 35%;
  float: left;
  padding-bottom: 6px;
}

.mapadd img {
  display: none;
}

.tab_cont {
  border-radius: 4px;
  color: #cbcbcb;
  font-size: 18px;
}

.map_transpt {
  width: 100%;
  position: relative;
  background-image: url(rently_map.png);
  background-repeat: no-repeat;
  height: 450px;
  padding-top: 20%;
  background-size: contain;
  background-position: center;
}

.map_transpt:before {
  content: '';
  background: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.7;
  top: 0;
  left: 0;
}

.map_transpt .feild_sreach {
  position: relative;
  width: 78%;
  z-index: 1;
  left: 12%;

}

.report_properties {
  margin-top: 30px;
}

.report_property {
  background: url("/assets/c2-526dcbffdb3ea2602db7aecb646355c535fa5b3c67cedeb6030d0dfec6035b01.png") no-repeat scroll 100% 50%, rgba(0, 0, 0, 0) linear-gradient(to bottom, #f5f4f4 0%, #dfdfdf 100%) repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  float: left;
  overflow: hidden;
  width: 100%;
  margin: 7px 0;
}

.report_property select {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  margin-right: 0;
  padding: 11px 8px;
  width: 106%;
}

.report_properties textarea {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f9f9f9 0%, #f3f3f3 100%) repeat scroll 0 0;
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: #a3a0a0;
  padding: 13px 3%;
  width: 94%;
  margin: 7px 0;
}

.report_properties_btton {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #959595 0%, #666 100%) repeat scroll 0 0;
  border-bottom: 3px solid #c0c0c0;
  border-radius: 4px;
  margin-top: 9px;
  cursor: pointer;
  width: 45%;
  float: left;
  text-align: center;
}

.report_properties_btton input {
  background: none;
  border-bottom: none;
  color: #fff;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  padding: 10px 10px 10px 12px;
  text-align: center;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.report_properties_btton input:focus {
  outline: none;
}

.report_properties label {
  width: 100%;
  float: 100%;
}

.form_top_2 input {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f4f3f3 0%, #e1e1e1 100%) repeat scroll 0 0;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  color: #585858;
  float: left;
  font-size: 14px;
  padding: 14px 3%;
  width: 94%;
}

.map_parent {
  width: 100%;
  height: 340px;
  position: relative;
  padding-top: 250px;
}

.map_parent_mg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

}

.map_child {
  position: relative;
  z-index: 1;
  background: url(/assets/map-loader.gif) no-repeat 50% 50%;
  width: 80px;
  height: 80px;

}

.back_menu_link {
  display: none;
}

.charts_plans {
  width: 100%;
  margin-top: 10px;
}

.charts_plans ul {
  list-style: none;
}

.charts_plans ul li {
  float: left;
  margin-right: 1%;
  padding: 0 1%;
  text-align: center;
  width: 16.5%;
  border: none;
  border-right: 1px solid #c2c1c1;
  color: #585858;
  float: left;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 12px;
  min-height: auto;
  border-radius: 0px;
}

.charts_plans ul li:last-of-type {
  border-right: medium none !important;
}

.charts_plans ul li h2 {
  color: #191919;
  font-weight: 600;
  padding-bottom: 5px;
  font-size: 14px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.charts_plans ul li h3 {
  font-size: 14px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  margin-top: 0px;
}

.list_view_available p {
  color: #585858;
  font-size: 15px;
  margin-top: 5px;
}

.list_view_available p span {
  font-weight: 600;
}

.list_view_distance p {
  color: #585858;
  font-size: 15px;
  margin-top: 5px;
}

.orange-color {
  color: #F58F42;
}

.distance {
  font-weight: normal;
}

.red-color {
  color: #d32727;
  white-space: nowrap;
  margin-right: 5px;
}

.red-color i {
  margin-right: 3px;
}

.survey_tab {
  width: 100%;
}

.survey_tab h1 {
  font-size: 24px;
  margin: 0 0 15px 0;
  color: #434343;
}

.survey_tab_address {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}

.survey_tab_img {
  float: left;
}

.adress-text {
  margin-left: 110px;
}

.servey-row {
  width: 100%;
  margin-bottom: 15px;
  float: left;
  box-sizing: border-box;
  padding: 10px 10px 10px 10px;
  background: #F7F6F6;
  color:#404040;
}

.servey-row p {
  margin-bottom: 5px;
  color: #404040;
}

.servey-row p span {
  text-decoration: underline;
}

.checkbox, .radio {
  display: block;
  position: relative;
}

.checkbox, .radio label {
  font-size: 15px;
  margin: 0 0 0 9px;
  position: absolute;
  width: 100%;
	padding:5px 0;
}

.radio > input{
  margin: 7px 0 6px;
  }

.servey-submit {
  width: 100%;
}

.servey-row-textarea {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: #404040;
  width: 50%;
  min-height: 80px;
  margin-bottom: 5px;
  margin-top: 8px;
  padding: 8px 8px;
  box-sizing: border-box;
  font-family: "Lucida";
  font-size: 15px;
}

.servey-row input[type="text"]{
  padding: 8px 8px;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: #404040;
  width: 50%;
  margin-bottom: 5px;
  margin-top: 8px;
  box-sizing: border-box;
  font-family: "Lucida";
  font-size: 15px;
}

.servey-row select{
    background: url(/assets/c2.png) no-repeat scroll 100% 50%, linear-gradient(to bottom, #f5f4f4 0%, #dfdfdf 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 8px 5px;
    overflow: hidden;
    box-sizing: border-box;
    width: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #404040;
    margin-bottom: 5px;
    margin-top: 8px;
    font-size: 15px;
		font-family: "Lucida";
    }


.servey-submit-btn {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ef7b30 0%, #e94f37 100%) repeat scroll 0 0;
  border-bottom: 3px solid #bea9a9;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  padding: 10px 30px;
  text-align: center;
}

.servey-submit-btn:hover {
  background: #E94F37;
  color: #fff;
}

.address-box {
  width: 100%;
  float: left;
}

.address-text {
  float: left;
  width: 100%;
  padding-top: 5px;
  margin-bottom: 5px;
}

.bed-details {
  width: 100%;
  float: left;
}

.survey_ol{
  margin-left:30px;
  }

#id-error label{
  color:#FF0000;
  font-style:italic;
  font-size:14px;
}
.setting-con{
  width: 100%;
  margin-top: 20px;
}
.setting-con-top-text{
  width: 100%;
  font-size: 17px;
  margin-bottom: 10px;
}
.setting-text-box {
  width: 100%;
  background: #f8f8f8;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 15px;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.setting-text-box p{
  margin-bottom: 24px;
  color: #585858;
  font-size: 17px;
}
.setting-checkbox{
  position: relative;
  display: block;
  margin-bottom: 24px;
  color: #585858;
}
.setting-checkbox input[type="checkbox"] {
  position: absolute;
  box-sizing: border-box;
  margin-top: 4px;
}
.setting-checkbox label{
  cursor: pointer;
  margin-bottom: 0;
  min-height: 20px;
  padding-left: 20px;
  display: inline-block;
  font-size: 17px;
  color: #585858;
}
.common-btn {
  background: linear-gradient(to bottom, #EF7B30 0%, #E94F37 100%);
  border-bottom: 2px solid #D8C1C1;
  border-radius: 4px;
  font-size: 15px;
  padding: 12px 30px 12px 30px;
  width: auto;
  display: inline-block;
  color: #FFF;
  cursor: pointer;
}

.common-btn:hover {
  background: #E94F37;
}
/********* bettertabs css *********/
.bettertabs ul.tabs:after {
  display: block;
  clear: both;
  content: '';
}

.bettertabs ul.tabs li {
  margin: 0px 5px 0 0px;
  float: left;
  list-style: none;
  margin-bottom: -1px;
}

.bettertabs ul.tabs li a {
  padding: 15px 16px;
  display: inline-block;
  border-radius: 3px 3px 0px 0px;
  border: 1px solid #cccccc;
  border-bottom: none;
  background: #d9d9d9;
  font-size: 18px;
  font-weight: 200;
  color: #7d7d7d;
  transition: all linear 0.15s;
}

.bettertabs ul.tabs .fa-bansmall{
  font-size: 10px;
  margin-left: -5px;
}
.bettertabs ul.tabs li.active a, .bettertabs ul.tabs li a:hover {
  background: #fff;
  color: #4c4c4c;
  margin-bottom: -1px;
}
.bettertabs div.content.active {
  padding:2%;
  border-radius: 0px 0px 3px 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #cccccc;
  background: #fff;
}
.bettertabs div.content.hidden { display: none; }
 .bettertabs{margin:0 0 50px;}

.visible-desktop, .visible-mobile{
  padding: 0 5px 5px 5px;
  width: 100%;
  box-sizing: border-box;
}
.scheduleTabDiv{
  margin: 20px 0;
}
.scheduleTabDiv > span{
  line-height: 30px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 15px;
  overflow: hidden;
}

.form-box-2{
  border: 1px solid #cccccc;
  background-color: #F8F8F8;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
  float: left;
}
.form-horizontal{
  width: 60%;
  float: left;
}
.form-horizontal .control-label {
  padding-top: 10px;
  margin-bottom: 0;
  text-align: left;
  box-sizing: border-box;
  font-size: 17px;
  color:#777777;
}

.col-sm-2 {
  width: 13.66666667%;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  box-sizing: border-box;
}
.col-sm-10 {
  width: 86.3333%;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  box-sizing: border-box;
}



.smart-matching-con .field{ position: relative;}
.pet_section, .evicted{
  display: none;
}
.pet_section .sm_fld{ position: relative; overflow: visible;}
.pet_section .icon_sec {
  left: 4px;
  position: absolute;
  top: 7px;
}
.pet_section .sm_fld select{ padding: 10px 0 12px 37px;}
#largest_breed_div{margin: 20px 0 0 0;}
#largest_breed_div .lebel_field {
  margin: 0;
}

.select_full select {
  padding: 10px 0 12px 10px !important;
}
.select_full{  width: 99.6% !important;}
.smart-matching-con select {
  padding: 10px 0 12px 10px ;
}

.smart-matching-con p.title{ margin: 0 0 20px;}
.ui-datepicker {
  background: #fff none repeat scroll 0 0 !important;
  border: 1px solid #c5c5c5 !important;
}
.field input.datepicker {
  background: #fff !important;
  cursor: pointer;
}
.ui-icon-calendar {
  height: 32px;
  position: absolute;
  right: 17px;
  top: 6px;
  width: 32px;
  z-index: 999;
}
.credit_card .field i {
  left: 13px;
  position: absolute;
  top: 14px;
}
.padding-left{ padding-left: 26px !important;}

.field label.error {
  bottom: -21px;
  color: red;
  font-size: 13px;
  font-weight: normal;
  left: 0;
  position: absolute;
}
.float_right_nomargin{ margin-right: 0 !important; float: right;}
.smart-matching-con .field input[type="text"], .smart-matching-con .field input[type="email"], .smart-matching-con .field input[type="password"] {
  width: 100%;
}

.ui-menu-item-wrapper {
  background: #c9c9c9 !important;
  color: #000000 !important;
  border-radius: 0px !important;
  font-size: 16px;
  font-weight: 700;
}

.form-control {
  border: 1px solid #cccccc;
  display: block;
  width: 100%;
  height: 48px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  border-radius: 4px;
  box-sizing: border-box;
}
.success-msg{background:#f8582f; border-radius: 3px; padding:10px; color: #fff;}

.print_view_details > h3 > img {
  float: left;
  margin: 0 20px 0 0;
}
.tb_head2 img {
  float: left;
  margin: 0 8px 0 0;
}

.price-with-tooltip-old {
  display: contents;
}

.price-tooltip-old-container {
  position: relative;
  display: inline-block;
  padding-left: 4px;
}

/* Style the custom tooltip text */
.price-tooltip-old-container .price-tooltip-old-text {
  visibility: hidden;
  width: 247px;
  background-color: #fff;
  color: #9CA3AF;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: -50px; /* Position tooltip below the icon */
  left: calc(100% - 10px); /* Position tooltip at the right side of the icon */
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.10), 0px 4px 6px -1px rgba(16, 24, 40, 0.10);
}

/* Show the custom tooltip text on hover */
.price-tooltip-old-container:hover .price-tooltip-old-text {
  visibility: visible;
  opacity: 1;
}

/* Media query for tablets */
@media (max-width: 1024px) {
  .price-tooltip-old-container:hover .price-tooltip-old-text {
    display: none; /* Hide tooltip on tablets */
  }
}

/* Media query for mobile devices */
@media (max-width: 767px) {
  .price-tooltip-old-container:hover .price-tooltip-old-text {
    display: none; /* Hide tooltip on mobile devices */
  }
}

/* Style the custom icon */
.price-tooltip-old-container .price-old-icon {
  color: #9CA3AF; /* Change color as needed */
  font-size: 13px;
  cursor: pointer;
}

.price-tooltip-old-container .price-tooltip-old-text-map-view {
  visibility: hidden;
  width: 152px;
  background-color: #fff;
  color: #9CA3AF;
  text-align: center;
  font-size: 10px;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: -50px; /* Position tooltip below the icon */
  left: calc(100% - 10px); /* Position tooltip at the right side of the icon */
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.10), 0px 4px 6px -1px rgba(16, 24, 40, 0.10);
}

/* Show the custom tooltip text on hover */
.price-tooltip-old-container:hover .price-tooltip-old-text-map-view {
  visibility: visible;
  opacity: 1;
}

.price-breakdown-info-iframe {
  margin-bottom: 12px;
}

.fee-breakdown-link {
  color: #ff8e28;
  text-decoration: underline;
}
@font-face {
  font-family: 'fa';
  src: url(/assets/fonts-icomoon/fa.eot?bmyacg);
  src: url(/assets/fonts-icomoon/fa.eot?#iefixbmyacg) format('embedded-opentype'),
  url(/assets/fonts-icomoon/fa.ttf?bmyacg) format('truetype'),
  url(/assets/fonts-icomoon/fa.woff?bmyacg) format('woff'),
  url(/assets/fonts-icomoon/fa.svg?bmyacg#fa) format('svg');
  font-weight: normal;
  font-style: normal;
}

i {
  font-family: 'fa';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-calendar2:before {
  content: "\e600";
}

.fa-edit2:before {
  content: "\e601";
}

.fa-geo_location2:before {
  content: "\e602";
}

.fa-help2:before {
  content: "\e603";
}

.fa-menu2:before {
  content: "\e604";
}

.fa-messages2:before {
  content: "\e605";
}

.fa-microphone2:before {
  content: "\e606";
}

.fa-minus2:before {
  content: "\e607";
}

.fa-plus2:before {
  content: "\e608";
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-close:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-image:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before {
  content: "\f0c0";
}

.fa-chain:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before {
  content: "\f0e2";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before {
  content: "\f155";
}

.fa-inr:before {
  content: "\f156";
}

.fa-cny:before {
  content: "\f157";
}

.fa-rouble:before {
  content: "\f158";
}

.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-bank:before {
  content: "\f19c";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before {
  content: "\f1b9";
}

.fa-cab:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before {
  content: "\f1d0";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before {
  content: "\f1d7";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before {
  content: "\f240";
}

.fa-battery-3:before {
  content: "\f241";
}

.fa-battery-2:before {
  content: "\f242";
}

.fa-battery-1:before {
  content: "\f243";
}

.fa-battery-0:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before {
  content: "\f251";
}

.fa-hourglass-2:before {
  content: "\f252";
}

.fa-hourglass-3:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before {
  content: "\f255";
}

.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}
.fa-calendar2 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe600;');
}

.fa-edit2 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe601;');
}

.fa-geo_location2 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe602;');
}

.fa-help2 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe603;');
}

.fa-menu2 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe604;');
}

.fa-messages2 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe605;');
}

.fa-microphone2 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe606;');
}

.fa-minus2 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe607;');
}

.fa-plus2 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe608;');
}

.fa-glass {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf000;');
}

.fa-music {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf001;');
}

.fa-search {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf002;');
}

.fa-envelope-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf003;');
}

.fa-heart {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf004;');
}

.fa-star {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf005;');
}

.fa-star-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf006;');
}

.fa-user {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf007;');
}

.fa-film {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf008;');
}

.fa-th-large {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf009;');
}

.fa-th {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00a;');
}

.fa-th-list {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00b;');
}

.fa-check {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00c;');
}

.fa-close {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00d;');
}

.fa-search-plus {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00e;');
}

.fa-search-minus {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf010;');
}

.fa-power-off {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf011;');
}

.fa-signal {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf012;');
}

.fa-cog {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf013;');
}

.fa-trash-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf014;');
}

.fa-home {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf015;');
}

.fa-file-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf016;');
}

.fa-clock-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf017;');
}

.fa-road {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf018;');
}

.fa-download {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf019;');
}

.fa-arrow-circle-o-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01a;');
}

.fa-arrow-circle-o-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01b;');
}

.fa-inbox {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01c;');
}

.fa-play-circle-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01d;');
}

.fa-repeat {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01e;');
}

.fa-refresh {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf021;');
}

.fa-list-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf022;');
}

.fa-lock {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf023;');
}

.fa-flag {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf024;');
}

.fa-headphones {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf025;');
}

.fa-volume-off {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf026;');
}

.fa-volume-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf027;');
}

.fa-volume-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf028;');
}

.fa-qrcode {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf029;');
}

.fa-barcode {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02a;');
}

.fa-tag {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02b;');
}

.fa-tags {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02c;');
}

.fa-book {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02d;');
}

.fa-bookmark {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02e;');
}

.fa-print {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02f;');
}

.fa-camera {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf030;');
}

.fa-font {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf031;');
}

.fa-bold {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf032;');
}

.fa-italic {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf033;');
}

.fa-text-height {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf034;');
}

.fa-text-width {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf035;');
}

.fa-align-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf036;');
}

.fa-align-center {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf037;');
}

.fa-align-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf038;');
}

.fa-align-justify {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf039;');
}

.fa-list {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03a;');
}

.fa-dedent {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03b;');
}

.fa-indent {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03c;');
}

.fa-video-camera {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03d;');
}

.fa-image {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03e;');
}

.fa-pencil {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf040;');
}

.fa-map-marker {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf041;');
}

.fa-adjust {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf042;');
}

.fa-tint {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf043;');
}

.fa-edit {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf044;');
}

.fa-share-square-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf045;');
}

.fa-check-square-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf046;');
}

.fa-arrows {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf047;');
}

.fa-step-backward {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf048;');
}

.fa-fast-backward {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf049;');
}

.fa-backward {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04a;');
}

.fa-play {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04b;');
}

.fa-pause {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04c;');
}

.fa-stop {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04d;');
}

.fa-forward {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04e;');
}

.fa-fast-forward {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf050;');
}

.fa-step-forward {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf051;');
}

.fa-eject {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf052;');
}

.fa-chevron-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf053;');
}

.fa-chevron-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf054;');
}

.fa-plus-circle {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf055;');
}

.fa-minus-circle {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf056;');
}

.fa-times-circle {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf057;');
}

.fa-check-circle {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf058;');
}

.fa-question-circle {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf059;');
}

.fa-info-circle {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05a;');
}

.fa-crosshairs {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05b;');
}

.fa-times-circle-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05c;');
}

.fa-check-circle-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05d;');
}

.fa-ban {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05e;');
}

.fa-arrow-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf060;');
}

.fa-arrow-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf061;');
}

.fa-arrow-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf062;');
}

.fa-arrow-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf063;');
}

.fa-mail-forward {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf064;');
}

.fa-expand {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf065;');
}

.fa-compress {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf066;');
}

.fa-plus {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf067;');
}

.fa-minus {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf068;');
}

.fa-asterisk {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf069;');
}

.fa-exclamation-circle {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06a;');
}

.fa-gift {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06b;');
}

.fa-leaf {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06c;');
}

.fa-fire {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06d;');
}

.fa-eye {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06e;');
}

.fa-eye-slash {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf070;');
}

.fa-exclamation-triangle {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf071;');
}

.fa-plane {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf072;');
}

.fa-calendar {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf073;');
}

.fa-random {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf074;');
}

.fa-comment {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf075;');
}

.fa-magnet {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf076;');
}

.fa-chevron-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf077;');
}

.fa-chevron-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf078;');
}

.fa-retweet {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf079;');
}

.fa-shopping-cart {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07a;');
}

.fa-folder {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07b;');
}

.fa-folder-open {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07c;');
}

.fa-arrows-v {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07d;');
}

.fa-arrows-h {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07e;');
}

.fa-bar-chart {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf080;');
}

.fa-twitter-square {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf081;');
}

.fa-facebook-square {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf082;');
}

.fa-camera-retro {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf083;');
}

.fa-key {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf084;');
}

.fa-cogs {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf085;');
}

.fa-comments {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf086;');
}

.fa-thumbs-o-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf087;');
}

.fa-thumbs-o-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf088;');
}

.fa-star-half {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf089;');
}

.fa-heart-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08a;');
}

.fa-sign-out {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08b;');
}

.fa-linkedin-square {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08c;');
}

.fa-thumb-tack {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08d;');
}

.fa-external-link {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08e;');
}

.fa-sign-in {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf090;');
}

.fa-trophy {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf091;');
}

.fa-github-square {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf092;');
}

.fa-upload {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf093;');
}

.fa-lemon-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf094;');
}

.fa-phone {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf095;');
}

.fa-square-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf096;');
}

.fa-bookmark-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf097;');
}

.fa-phone-square {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf098;');
}

.fa-twitter {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf099;');
}

.fa-facebook {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09a;');
}

.fa-github {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09b;');
}

.fa-unlock {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09c;');
}

.fa-credit-card {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09d;');
}

.fa-feed {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09e;');
}

.fa-hdd-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a0;');
}

.fa-bullhorn {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a1;');
}

.fa-bell-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a2;');
}

.fa-certificate {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a3;');
}

.fa-hand-o-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a4;');
}

.fa-hand-o-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a5;');
}

.fa-hand-o-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a6;');
}

.fa-hand-o-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a7;');
}

.fa-arrow-circle-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a8;');
}

.fa-arrow-circle-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a9;');
}

.fa-arrow-circle-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0aa;');
}

.fa-arrow-circle-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ab;');
}

.fa-globe {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ac;');
}

.fa-wrench {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ad;');
}

.fa-tasks {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ae;');
}

.fa-filter {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b0;');
}

.fa-briefcase {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b1;');
}

.fa-arrows-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b2;');
}

.fa-group {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c0;');
}

.fa-chain {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c1;');
}

.fa-cloud {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c2;');
}

.fa-flask {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c3;');
}

.fa-cut {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c4;');
}

.fa-copy {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c5;');
}

.fa-paperclip {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c6;');
}

.fa-floppy-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c7;');
}

.fa-square {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c8;');
}

.fa-bars {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c9;');
}

.fa-list-ul {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ca;');
}

.fa-list-ol {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cb;');
}

.fa-strikethrough {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cc;');
}

.fa-underline {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cd;');
}

.fa-table {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ce;');
}

.fa-magic {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d0;');
}

.fa-truck {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d1;');
}

.fa-pinterest {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d2;');
}

.fa-pinterest-square {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d3;');
}

.fa-google-plus-square {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d4;');
}

.fa-google-plus {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d5;');
}

.fa-money {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d6;');
}

.fa-caret-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d7;');
}

.fa-caret-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d8;');
}

.fa-caret-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d9;');
}

.fa-caret-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0da;');
}

.fa-columns {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0db;');
}

.fa-sort {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0dc;');
}

.fa-sort-desc {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0dd;');
}

.fa-sort-asc {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0de;');
}

.fa-envelope {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e0;');
}

.fa-linkedin {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e1;');
}

.fa-rotate-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e2;');
}

.fa-gavel {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e3;');
}

.fa-dashboard {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e4;');
}

.fa-comment-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e5;');
}

.fa-comments-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e6;');
}

.fa-bolt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e7;');
}

.fa-sitemap {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e8;');
}

.fa-umbrella {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e9;');
}

.fa-clipboard {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ea;');
}

.fa-lightbulb-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0eb;');
}

.fa-exchange {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ec;');
}

.fa-cloud-download {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ed;');
}

.fa-cloud-upload {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ee;');
}

.fa-user-md {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f0;');
}

.fa-stethoscope {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f1;');
}

.fa-suitcase {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f2;');
}

.fa-bell {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f3;');
}

.fa-coffee {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f4;');
}

.fa-cutlery {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f5;');
}

.fa-file-text-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f6;');
}

.fa-building-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f7;');
}

.fa-hospital-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f8;');
}

.fa-ambulance {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f9;');
}

.fa-medkit {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fa;');
}

.fa-fighter-jet {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fb;');
}

.fa-beer {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fc;');
}

.fa-h-square {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fd;');
}

.fa-plus-square {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fe;');
}

.fa-angle-double-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf100;');
}

.fa-angle-double-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf101;');
}

.fa-angle-double-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf102;');
}

.fa-angle-double-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf103;');
}

.fa-angle-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf104;');
}

.fa-angle-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf105;');
}

.fa-angle-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf106;');
}

.fa-angle-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf107;');
}

.fa-desktop {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf108;');
}

.fa-laptop {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf109;');
}

.fa-tablet {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10a;');
}

.fa-mobile {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10b;');
}

.fa-circle-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10c;');
}

.fa-quote-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10d;');
}

.fa-quote-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10e;');
}

.fa-spinner {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf110;');
}

.fa-circle {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf111;');
}

.fa-mail-reply {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf112;');
}

.fa-github-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf113;');
}

.fa-folder-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf114;');
}

.fa-folder-open-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf115;');
}

.fa-smile-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf118;');
}

.fa-frown-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf119;');
}

.fa-meh-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11a;');
}

.fa-gamepad {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11b;');
}

.fa-keyboard-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11c;');
}

.fa-flag-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11d;');
}

.fa-flag-checkered {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11e;');
}

.fa-terminal {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf120;');
}

.fa-code {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf121;');
}

.fa-mail-reply-all {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf122;');
}

.fa-star-half-empty {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf123;');
}

.fa-location-arrow {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf124;');
}

.fa-crop {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf125;');
}

.fa-code-fork {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf126;');
}

.fa-chain-broken {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf127;');
}

.fa-question {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf128;');
}

.fa-info {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf129;');
}

.fa-exclamation {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12a;');
}

.fa-superscript {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12b;');
}

.fa-subscript {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12c;');
}

.fa-eraser {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12d;');
}

.fa-puzzle-piece {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12e;');
}

.fa-microphone {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf130;');
}

.fa-microphone-slash {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf131;');
}

.fa-shield {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf132;');
}

.fa-calendar-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf133;');
}

.fa-fire-extinguisher {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf134;');
}

.fa-rocket {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf135;');
}

.fa-maxcdn {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf136;');
}

.fa-chevron-circle-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf137;');
}

.fa-chevron-circle-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf138;');
}

.fa-chevron-circle-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf139;');
}

.fa-chevron-circle-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13a;');
}

.fa-html5 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13b;');
}

.fa-css3 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13c;');
}

.fa-anchor {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13d;');
}

.fa-unlock-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13e;');
}

.fa-bullseye {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf140;');
}

.fa-ellipsis-h {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf141;');
}

.fa-ellipsis-v {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf142;');
}

.fa-rss-square {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf143;');
}

.fa-play-circle {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf144;');
}

.fa-ticket {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf145;');
}

.fa-minus-square {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf146;');
}

.fa-minus-square-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf147;');
}

.fa-level-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf148;');
}

.fa-level-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf149;');
}

.fa-check-square {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14a;');
}

.fa-pencil-square {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14b;');
}

.fa-external-link-square {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14c;');
}

.fa-share-square {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14d;');
}

.fa-compass {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14e;');
}

.fa-caret-square-o-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf150;');
}

.fa-caret-square-o-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf151;');
}

.fa-caret-square-o-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf152;');
}

.fa-eur {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf153;');
}

.fa-gbp {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf154;');
}

.fa-dollar {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf155;');
}

.fa-inr {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf156;');
}

.fa-cny {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf157;');
}

.fa-rouble {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf158;');
}

.fa-krw {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf159;');
}

.fa-bitcoin {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15a;');
}

.fa-file {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15b;');
}

.fa-file-text {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15c;');
}

.fa-sort-alpha-asc {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15d;');
}

.fa-sort-alpha-desc {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15e;');
}

.fa-sort-amount-asc {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf160;');
}

.fa-sort-amount-desc {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf161;');
}

.fa-sort-numeric-asc {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf162;');
}

.fa-sort-numeric-desc {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf163;');
}

.fa-thumbs-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf164;');
}

.fa-thumbs-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf165;');
}

.fa-youtube-square {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf166;');
}

.fa-youtube {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf167;');
}

.fa-xing {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf168;');
}

.fa-xing-square {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf169;');
}

.fa-youtube-play {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16a;');
}

.fa-dropbox {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16b;');
}

.fa-stack-overflow {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16c;');
}

.fa-instagram {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16d;');
}

.fa-flickr {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16e;');
}

.fa-adn {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf170;');
}

.fa-bitbucket {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf171;');
}

.fa-bitbucket-square {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf172;');
}

.fa-tumblr {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf173;');
}

.fa-tumblr-square {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf174;');
}

.fa-long-arrow-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf175;');
}

.fa-long-arrow-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf176;');
}

.fa-long-arrow-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf177;');
}

.fa-long-arrow-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf178;');
}

.fa-apple {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf179;');
}

.fa-windows {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17a;');
}

.fa-android {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17b;');
}

.fa-linux {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17c;');
}

.fa-dribbble {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17d;');
}

.fa-skype {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17e;');
}

.fa-foursquare {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf180;');
}

.fa-trello {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf181;');
}

.fa-female {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf182;');
}

.fa-male {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf183;');
}

.fa-gittip {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf184;');
}

.fa-sun-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf185;');
}

.fa-moon-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf186;');
}

.fa-archive {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf187;');
}

.fa-bug {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf188;');
}

.fa-vk {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf189;');
}

.fa-weibo {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf18a;');
}

.fa-renren {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf18b;');
}

.fa-pagelines {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf18c;');
}

.fa-stack-exchange {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf18d;');
}

.fa-arrow-circle-o-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf18e;');
}

.fa-arrow-circle-o-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf190;');
}

.fa-caret-square-o-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf191;');
}

.fa-dot-circle-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf192;');
}

.fa-wheelchair {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf193;');
}

.fa-vimeo-square {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf194;');
}

.fa-try {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf195;');
}

.fa-plus-square-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf196;');
}

.fa-space-shuttle {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf197;');
}

.fa-slack {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf198;');
}

.fa-envelope-square {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf199;');
}

.fa-wordpress {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf19a;');
}

.fa-openid {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf19b;');
}

.fa-bank {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf19c;');
}

.fa-graduation-cap {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf19d;');
}

.fa-yahoo {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf19e;');
}

.fa-google {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1a0;');
}

.fa-reddit {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1a1;');
}

.fa-reddit-square {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1a2;');
}

.fa-stumbleupon-circle {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1a3;');
}

.fa-stumbleupon {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1a4;');
}

.fa-delicious {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1a5;');
}

.fa-digg {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1a6;');
}

.fa-pied-piper {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1a7;');
}

.fa-pied-piper-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1a8;');
}

.fa-drupal {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1a9;');
}

.fa-joomla {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1aa;');
}

.fa-language {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1ab;');
}

.fa-fax {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1ac;');
}

.fa-building {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1ad;');
}

.fa-child {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1ae;');
}

.fa-paw {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1b0;');
}

.fa-spoon {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1b1;');
}

.fa-cube {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1b2;');
}

.fa-cubes {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1b3;');
}

.fa-behance {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1b4;');
}

.fa-behance-square {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1b5;');
}

.fa-steam {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1b6;');
}

.fa-steam-square {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1b7;');
}

.fa-recycle {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1b8;');
}

.fa-automobile {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1b9;');
}

.fa-cab {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1ba;');
}

.fa-tree {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1bb;');
}

.fa-spotify {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1bc;');
}

.fa-deviantart {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1bd;');
}

.fa-soundcloud {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1be;');
}

.fa-database {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1c0;');
}

.fa-file-pdf-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1c1;');
}

.fa-file-word-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1c2;');
}

.fa-file-excel-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1c3;');
}

.fa-file-powerpoint-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1c4;');
}

.fa-file-image-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1c5;');
}

.fa-file-archive-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1c6;');
}

.fa-file-audio-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1c7;');
}

.fa-file-movie-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1c8;');
}

.fa-file-code-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1c9;');
}

.fa-vine {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1ca;');
}

.fa-codepen {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1cb;');
}

.fa-jsfiddle {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1cc;');
}

.fa-life-bouy {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1cd;');
}

.fa-circle-o-notch {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1ce;');
}

.fa-ra {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1d0;');
}

.fa-empire {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1d1;');
}

.fa-git-square {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1d2;');
}

.fa-git {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1d3;');
}

.fa-hacker-news {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1d4;');
}

.fa-tencent-weibo {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1d5;');
}

.fa-qq {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1d6;');
}

.fa-wechat {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1d7;');
}

.fa-paper-plane {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1d8;');
}

.fa-paper-plane-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1d9;');
}

.fa-history {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1da;');
}

.fa-circle-thin {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1db;');
}

.fa-header {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1dc;');
}

.fa-paragraph {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1dd;');
}

.fa-sliders {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1de;');
}

.fa-share-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1e0;');
}

.fa-share-alt-square {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1e1;');
}

.fa-bomb {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1e2;');
}

.fa-futbol-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1e3;');
}

.fa-tty {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1e4;');
}

.fa-binoculars {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1e5;');
}

.fa-plug {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1e6;');
}

.fa-slideshare {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1e7;');
}

.fa-twitch {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1e8;');
}

.fa-yelp {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1e9;');
}

.fa-newspaper-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1ea;');
}

.fa-wifi {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1eb;');
}

.fa-calculator {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1ec;');
}

.fa-paypal {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1ed;');
}

.fa-google-wallet {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1ee;');
}

.fa-cc-visa {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1f0;');
}

.fa-cc-mastercard {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1f1;');
}

.fa-cc-discover {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1f2;');
}

.fa-cc-amex {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1f3;');
}

.fa-cc-paypal {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1f4;');
}

.fa-cc-stripe {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1f5;');
}

.fa-bell-slash {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1f6;');
}

.fa-bell-slash-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1f7;');
}

.fa-trash {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1f8;');
}

.fa-copyright {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1f9;');
}

.fa-at {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1fa;');
}

.fa-eyedropper {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1fb;');
}

.fa-paint-brush {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1fc;');
}

.fa-birthday-cake {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1fd;');
}

.fa-area-chart {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1fe;');
}

.fa-pie-chart {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf200;');
}

.fa-line-chart {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf201;');
}

.fa-lastfm {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf202;');
}

.fa-lastfm-square {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf203;');
}

.fa-toggle-off {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf204;');
}

.fa-toggle-on {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf205;');
}

.fa-bicycle {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf206;');
}

.fa-bus {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf207;');
}

.fa-ioxhost {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf208;');
}

.fa-angellist {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf209;');
}

.fa-cc {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf20a;');
}

.fa-ils {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf20b;');
}

.fa-meanpath {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf20c;');
}

.fa-buysellads {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf20d;');
}

.fa-connectdevelop {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf20e;');
}

.fa-dashcube {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf210;');
}

.fa-forumbee {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf211;');
}

.fa-leanpub {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf212;');
}

.fa-sellsy {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf213;');
}

.fa-shirtsinbulk {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf214;');
}

.fa-simplybuilt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf215;');
}

.fa-skyatlas {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf216;');
}

.fa-cart-plus {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf217;');
}

.fa-cart-arrow-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf218;');
}

.fa-diamond {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf219;');
}

.fa-ship {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf21a;');
}

.fa-user-secret {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf21b;');
}

.fa-motorcycle {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf21c;');
}

.fa-street-view {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf21d;');
}

.fa-heartbeat {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf21e;');
}

.fa-venus {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf221;');
}

.fa-mars {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf222;');
}

.fa-mercury {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf223;');
}

.fa-intersex {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf224;');
}

.fa-transgender-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf225;');
}

.fa-venus-double {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf226;');
}

.fa-mars-double {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf227;');
}

.fa-venus-mars {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf228;');
}

.fa-mars-stroke {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf229;');
}

.fa-mars-stroke-v {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf22a;');
}

.fa-mars-stroke-h {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf22b;');
}

.fa-neuter {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf22c;');
}

.fa-genderless {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf22d;');
}

.fa-facebook-official {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf230;');
}

.fa-pinterest-p {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf231;');
}

.fa-whatsapp {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf232;');
}

.fa-server {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf233;');
}

.fa-user-plus {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf234;');
}

.fa-user-times {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf235;');
}

.fa-bed {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf236;');
}

.fa-viacoin {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf237;');
}

.fa-train {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf238;');
}

.fa-subway {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf239;');
}

.fa-medium {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf23a;');
}

.fa-y-combinator {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf23b;');
}

.fa-optin-monster {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf23c;');
}

.fa-opencart {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf23d;');
}

.fa-expeditedssl {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf23e;');
}

.fa-battery-4 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf240;');
}

.fa-battery-3 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf241;');
}

.fa-battery-2 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf242;');
}

.fa-battery-1 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf243;');
}

.fa-battery-0 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf244;');
}

.fa-mouse-pointer {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf245;');
}

.fa-i-cursor {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf246;');
}

.fa-object-group {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf247;');
}

.fa-object-ungroup {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf248;');
}

.fa-sticky-note {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf249;');
}

.fa-sticky-note-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf24a;');
}

.fa-cc-jcb {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf24b;');
}

.fa-cc-diners-club {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf24c;');
}

.fa-clone {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf24d;');
}

.fa-balance-scale {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf24e;');
}

.fa-hourglass-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf250;');
}

.fa-hourglass-1 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf251;');
}

.fa-hourglass-2 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf252;');
}

.fa-hourglass-3 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf253;');
}

.fa-hourglass {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf254;');
}

.fa-hand-grab-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf255;');
}

.fa-hand-paper-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf256;');
}

.fa-hand-scissors-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf257;');
}

.fa-hand-lizard-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf258;');
}

.fa-hand-spock-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf259;');
}

.fa-hand-pointer-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf25a;');
}

.fa-hand-peace-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf25b;');
}

.fa-trademark {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf25c;');
}

.fa-registered {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf25d;');
}

.fa-creative-commons {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf25e;');
}

.fa-gg {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf260;');
}

.fa-gg-circle {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf261;');
}

.fa-tripadvisor {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf262;');
}

.fa-odnoklassniki {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf263;');
}

.fa-odnoklassniki-square {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf264;');
}

.fa-get-pocket {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf265;');
}

.fa-wikipedia-w {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf266;');
}

.fa-safari {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf267;');
}

.fa-chrome {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf268;');
}

.fa-firefox {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf269;');
}

.fa-opera {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf26a;');
}

.fa-internet-explorer {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf26b;');
}

.fa-television {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf26c;');
}

.fa-contao {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf26d;');
}

.fa-500px {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf26e;');
}

.fa-amazon {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf270;');
}

.fa-calendar-plus-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf271;');
}

.fa-calendar-minus-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf272;');
}

.fa-calendar-times-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf273;');
}

.fa-calendar-check-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf274;');
}

.fa-industry {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf275;');
}

.fa-map-pin {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf276;');
}

.fa-map-signs {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf277;');
}

.fa-map-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf278;');
}

.fa-map {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf279;');
}

.fa-commenting {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf27a;');
}

.fa-commenting-o {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf27b;');
}

.fa-houzz {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf27c;');
}

.fa-vimeo {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf27d;');
}

.fa-black-tie {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf27e;');
}

.fa-fonticons {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf280;');
}
/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/


.bx-wrapper {
  position: relative;
  margin: 0 auto 7px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;
  background: #fff;

  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/assets/bxslider/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
  display: none;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/assets/bxslider/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(/assets/bxslider/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/assets/bxslider/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/assets/bxslider/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/

.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240.png)/*{iconsDefault}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*

 */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI Accordion 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
/*

 */

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
/*!
 * jQuery UI Autocomplete 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
/*

 */

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Button 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
/*

 */

.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */
/*

 */


.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
/*!
 * jQuery UI Controlgroup 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */
/*

 */


.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
/*

 */

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/*!
 * jQuery UI Dialog 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
/*

 */

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*!
 * jQuery UI Draggable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Menu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
/*

 */

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
/*!
 * jQuery UI Progressbar 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
/*

 */

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
/*!
 * jQuery UI Selectable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Selectmenu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
/*

 */

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
/*!
 * jQuery UI Sortable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
/*

 */

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*!
 * jQuery UI Spinner 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
/*

 */

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
/*!
 * jQuery UI Tabs 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
/*

 */

.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
/*!
 * jQuery UI Tooltip 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
/*

 */

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*




















 */

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*


 */


@media screen and (min-width: 1025px) and (max-width: 1278px) {
  .pop1 {
    width: 60%;
    margin-right: 0%;
  }

  .pop2 {
    width: 246px;
    padding: 20px 13px;
  }

  .form_box_top {
    width: 25%;
  }

  .form_bottom_1 {
    width: 100%;
  }

  .form_bottom_select3, .form_bottom_select, .form_bottom_select2, .form_bottom_label2 {
    width: 100%;
  }

  .form_bottom_3, .form_bottom_4, .form_bottom_5, .form_bottom_6 {
    width: 16.5%;
    margin-left: 2%;
  }

  .form_bottom_label2 {
    width: 23.5%;
  }

  .ss_txt, .ss {
    width: 100%
  }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
  .nav {
    text-align: center;
    float: right;
  }

  .logo img {
    height: 70px;
  }

  .logo h1 {
    font-size: 20px;
  }

  .b_top_text {
    width: 78%;
    padding-top: 0px;
    font-size: 14px;
    color: #F5F5F5;
  }

  .b_top_img {
    width: 20%;
  }

  .form_box_top {
    margin-bottom: 10px;
    width: 100%;
  }

  .form_top_3 a {
    width: 140px;
  }

  .tab_search input[type="text"] {
    width: 96%;
  }

  .form_bottom_2 {
    float: right;
    width: 49%;
    margin-left: 0;
    margin-right: 2px;
  }

  .form_bottom_6 {
    margin-left: 2%;
    width: 23.3%;
  }

  .form_bottom_5 {
    width: 24%;
    margin-left: 0;
  }

  .form_bottom_3 {
    float: left;
    margin-right: 2%;
    width: 23%;
    margin-left: 0;
  }

  /*.bx-viewport {height: 232px !important;}*/
  .form_bottom input[type="text"] {
    width: 94%;
  }

  .form_bottom22 select {
    width: 100%;
  }

  .form_bottom_1 {
    float: right;
    width: 87%;
  }

  .form_top_3 {
    float: right;
    width: 32%;
    margin-right: 0;
    margin-top: 2%;
  }

  .mp_img {
    margin-right: 2%;
    width: 20%;
  }

  .mp_list {
    width: 70%;
  }

  .mp_list p, .mp_hd {
    font-size: 17px;
  }

  .map_right {
    width: 100%;
    float: right;
    border: 2px solid #ACACAC;
  }

  .map_left {
    width: 100%;
    margin-top: 2%;
  }

  .footer_up, .footer {
    display: none;
  }

  .pac-container {
    width: 30% !important;
  }

  .vk {
    margin-left: 0;
    height: auto;
  }

  .print_view_tb, .tb_head {
    font-size: 13px;
  }

  .print_view_tbb a {
    margin-left: 0 !important;
    margin-top: 1px !important;
  }

  .hh2 {
    width: 78%;
  }

  span.tb_head {
    font-size: 14px;
    padding: 9px 9.2%;
  }

  .tb_head2 {
    padding: 3px 25px;
  }

  .tb_head3 {
    padding: 7px 25px;
  }

  .print_view li a {
    margin: 0px;
  }

  /*#googleMap{ z-index: -1; }*/
  .sm_fld select {
    width: 99%;
  }

  .nav ul li {
    padding: 0 2px 0 5px;
  }

  .form_top_1, .form_top_sreach {
    float: left;
    width: 38%;
    margin-right: 3%;
  }

  .height_adjust {
    height: auto;
  }

  .pop2 {
    width: 96%;
    float: none;
    padding: 2% 1%;
  }

  .pop1 {
    width: 98%;
    float: none;
    padding: 1%;
    margin-bottom: 4%;
  }

  .chart_plan ul li {
    padding: 0 0.2%;
    width: 14%;
  }

  .sdb {
    width: 100%;
  }

  .hh_fix {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #ffffff;
  }

  a.msg, a.qr, .hh32 a, .hh35 a {
    display: block;
    margin-top: 6px;
  }

  .pop2 {
    padding: 2% 2% 13%
  }

  a.msg {
    margin-right: 0px;
  }

  .hm_new .hbb {
    width: 13%;
    font-size: 16px;
    padding: 0px 4px;
    min-height: 55px;
  }

  .hm_new .hbb2 {
    width: 18%;
  }

  .hm_new .hh {
    padding: 2% 1%;
  }

  .hm_new .hh1 {
    float: left;
    width: 17%;
    margin-bottom: 2%;
    margin-right: 3%;
  }

  .hm_new .hh1 img {
    border: 3px solid #fff;
    box-shadow: 2px 1px 11px #c0c0c0;
    max-width: 100%;
  }

  .hm_new .hh2_more_properties h4, .hm_new .hh2_more_properties {
  }

  .mapadd {
    float: left;
    font-size: 15px;
    padding-top: 8px;
    width: 40%;
  }

  .new_more_properties .hh {
    padding: 2% 1% 0% 1%;
  }

  .new_more_properties {
    border: 1px solid #C2C1C1;
    background: #f0f0f0;
    padding: 0px;
    margin: 1% 2%;
    border-radius: 4px !important;
  }

  .form_bottom_4 {
    float: left;
    width: 23%;
    margin-right: 2%;
  }

  .form_top_22 {
    display: block;
  }

  .form_top_2 {
    float: left;
    width: 56%;
    margin-right: 1%;
  }

  .form_bottom_label {
    float: none;
    width: 100%;
    margin-right: 0%;
    padding-top: 1px;
    margin-bottom: 1%;
  }

  .form_bottom_select {
    float: none;
    width: 100%;
    margin-bottom: 1%;
  }

  .form_bottom_label2 {
    float: none;
    width: 100%;
    margin-right: 0%;
    padding-top: 1px;
    margin-bottom: 1%;
  }

  .form_bottom_select2 {
    float: none;
    width: 100%;
    margin-bottom: 1%;
  }

  .form_bottom_label3 {
    float: none;
    width: 100%;
    margin-right: 0%;
    padding-top: 1px;
    margin-bottom: 1%;
    display: block;
  }

  .form_bottom_select3 {
    float: none;
    width: 100%;
    margin-bottom: 1%;
  }

  .hm {
    margin: 0px 0 15% 0;
  }

  a.signin {
    padding: 10px 7px 10px 7px;
  }

  .hm_new .hbb_prop_new {
    width: 11%;
  }

  .bttn_area_apply_now {
    float: right;
    width: 50%;
  }

  .hh1_new img {
    width: 128px;
  }

  .ss_txt {
    width: auto;
  }

  .map_transpt .feild_sreach {
    left: 0;
    width: 72%;
  }

}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .nav {
    margin-top: 5px;
    width: 94px;
    float: right;
  }

  a.apply_new, a.signin {
    padding: 10px 0;
    width: 88%;
  }

  a.signin {
    margin-right: 0px;
    margin-top: 5px;
  }

  .logo img {
    height: 50px;
  }

  .nav {
    float: right;
  }

  .logo h1 {
    font-size: 15px;
  }

  .b_top_text {
    width: 78%;
    padding-top: 0px;
    font-size: 12px;
    color: #F5F5F5;
    line-height: 100%
  }

  .b_top_img {
    width: 20%;
  }

  .form_top_3 a {
    padding: 10px 7px 10px 0;
    width: 120px;
  }

  .form_bottom_2 {
    float: none;
    margin-bottom: 2%;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .form_bottom_3 {
    margin-left: 0;
  }

  .form_bottom_select3, .form_bottom_select, .form_bottom_select2 {
    width: 100%;
  }

  .form_bottom_3, .form_bottom_4, .form_bottom_5, .form_bottom_6 {
    float: left;
    width: 100%;
    margin-left: 0;
  }

  /*.bx-viewport {height: 300px !important;}*/
  .form_top_22 {
    display: block;
  }

  .form_top_2 {
    margin-right: 0px;
    width: 100%;
    margin-left: 0;
    float: left;
    margin-top: 2%
  }

  .form_top_3 {
    float: right;
    width: 29%;
    margin-right: 1%;
    margin-top: 2%;
  }

  .form_bottom input[type="text"] {
    width: 94%;
  }

  .form_box_top {
    margin-bottom: 0;
  }

  .form_bottom select {
    width: 100%;
  }

  .map_right {
    width: 100%;
    float: right;
    border: 2px solid #ACACAC;
  }

  .map_left {
    width: 100%;
  }

  .footer_up, .footer {
    display: none;
  }

  .sdb {
    width: 100%;
  }

  .pac-container {
    width: 85% !important;
  }

  .hb_border {
    white-space: nowrap;
    width: 99%;
    margin-left: 4px;
    padding: 0px 7px 0 0;
  }

  .hm_new .hbb_prop_new {
    float: none;
    display: inline-block;
    width: auto;
    min-height: auto;
    padding: 0px 7px;
  }

  .hm_new .hbb_prop_new2 {
    width: auto;
    padding: 0px 8px;
  }

  .hh2 {
    width: 100%;
  }

  .print_view span {
    float: left;
    width: 96%;
  }

  span.tb_head, .tb_head2 {
    padding: 2% 2%;
  }

  .print_view li {
    width: 100%;
  }

  .print_g {
    width: 100% !important;
  }

  .tb_head3 {
    padding: 2% 2%;
  }

  .new_properties_scroll .hm_new .hbb_prop_new, .new_properties_scroll .hm_new .hbb_prop_new2 {
    margin-left: 1%;
    padding: 1% 2%;
  }

  .hm_new .hb_border {
    border-bottom: none;
  }

  .new_properties_scroll .hm_new .hbb_prop_new {
    border-right: 0;
    height: auto;
  }

  .appoinmt {
    margin-left: 2%;
    float: left;
  }

  .schdule_showing {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .hm_new .hb h3 {
    font-size: 16px;
  }

  .hh_text_link {
    width: 33%;
  }

  .sm_fld {
    width: 47.5%;
  }

  /*#googleMap{ z-index: -1; }*/
  .nav_top ul li {
    border-left: 0px solid #898989;
    padding: 0px 2px 0px 4px;
    margin: 0;
  }

  .nav_top ul li a {
    font-size: 14px;
    color: #E14B24;
  }

  .mobile-nav1 {
    background: #3f4a54 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    padding: 7px 2px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 80px;
    z-index: 9;
  }

  .mobile-nav:hover {
    background: url(/assets/menu-res-bg.png) #DF5E35 center center no-repeat;
  }

  .nav ul {
    position: absolute;
    z-index: 1;
    display: none;
    background: #9b9b9b;
    padding: 0;
    margin: 0;
    right: 4px;
    border-radius: 4px;
    width: 50%;
  }

  .nav ul li {
    display: block;
    margin: 0;
    border-left: 0px solid #898989;
    border-bottom: 1px solid #bebebe;
  }

  .nav ul li a {
    display: block;
    padding: 7px 2px;
    margin-bottom: 10px;
    color: #fff;
    text-align: right;
  }

  .nav ul li a:hover {
    color: #fff;
  }

  .mo {
    float: right;
    margin-top: -12%;
  }

  .form_top_1 {
    float: left;
    width: 100%;
    margin-right: 0;
  }

  .form_top_1 a {
    padding: 10px 3px 10px 22px;
  }

  .height_adjust {
    height: auto;
  }

  .pop2 {
    float: none;
    width: 96%;
    border-left: 0px;
    padding: 2% 1%;
  }

  .pop1 {
    width: 98%;
    float: none;
    padding: 1%;
    margin-bottom: 4%;
  }

  .chart_plan ul li {
    padding: 0 0.2%;
    width: 14%;
  }

  .chart_plan ul li h2 {
    display: none;
  }

  .hh_fix {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #ffffff;
  }

  a.msg, a.qr, .hh32 a, .hh35 a {
    display: block;
    margin-top: 6px;
  }

  .pop2 {
    padding: 2% 2% 13%
  }

  .hm2 {
    border-radius: 4px;
  }

  .hm_new .hbb {
    width: 13%;
    min-height: 62px;
  }

  .hm_new .hbb2 {
    width: 16%;
  }

  .hm_new .hh1 img {
    border: 5px solid #fff;
    box-shadow: 2px 1px 11px #c0c0c0;
    max-width: 98%;
    float: left;
  }

  .new_more_properties .hh {
    padding: 2% 1% 0% 1%;
  }

  .new_more_properties {
    border: 1px solid #C2C1C1;
    background: #f0f0f0;
    padding: 0px;
    margin: 1% 2%;
    border-radius: 4px !important;
  }

  .hm_new .hh2_more_properties h4, .hm_new .hh2_more_properties {
    font-size: 14px;
    float: left;
  }

  .mapadd {
    float: left;
    width: 86%;
    font-size: 15px;
    margin-left: 3%
  }

  .price-breakdown-info-iframe {
    margin-left: 3%
  }

  .form_bottom_1 {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 2%;
  }

  .form_top_22 {
    display: block;
  }

  .form_bottom_label {
    float: none;
    width: 100%;
    margin-right: 0%;
    padding-top: 1px;
    margin-bottom: 1%;
  }

  .form_bottom_select {
    float: none;
    width: 100%;
    margin-bottom: 1%;
  }

  .form_bottom_label2 {
    float: none;
    width: 100%;
    margin-right: 0%;
    padding-top: 1px;
    margin-bottom: 1%;
  }

  .form_bottom_select2 {
    float: none;
    width: 100%;
    margin-bottom: 1%;
  }

  .form_bottom_label3 {
    float: none;
    width: 100%;
    margin-right: 0%;
    padding-top: 1px;
    margin-bottom: 1%;
    display: block;
  }

  .form_bottom_select3 {
    float: none;
    width: 100%;
    margin-bottom: 1%;
  }

  .hb_inv {
    display: block;
  }

  .map_left {
    width: 100%;
    float: none;
    height: 600px;
    overflow-y: auto;
    margin-bottom: 3%;
  }

  .map_right {
    width: 98%;
    float: none;
    border: 2px solid #ACACAC;
  }

  .nav_area {
    width: 73%;
    margin-left: 0px;
  }

  .inbox1 {
    width: 100%;
    float: left;
  }

  .hm {
    margin: 0px 0 18% 0;
  }

  .form_top_sreach {
    width: 100%;
  }

  .form_box_top {
    width: 100%;
  }

  a.view_details {
    display: none;
  }

  a.view_details_2 {
    display: inline;
  }

  .bttn_area_apply_now {
    display: none;
  }

  select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    font-size: 16px !important
  }

  .map_transpt .feild_sreach {
    left: 0;
    width: 67%;
  }

  .map_transpt {
    height: 176px;
    padding-top: 14%;
  }

  .report_properties_btton {
    width: 100%;
  }

  .nav ul li:first-child {
    display: none;
  }

  .back_menu_link {
    width: 53%;
    display: block !important;
    float: right;
  }

  .back_menu_link a {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ef7b30 0%, #e94f37 100%) repeat scroll 0 0;
    border-bottom: 3px solid #bea9a9;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin-top: 6px;
    padding: 6px 8px;
    text-align: center;
  }

  .back_menu_link a:hover {
    background: #e95137;
  }

  .property_details_back_menu {
    width: 72px;
  }
}

@media screen and (min-width: 0px) and (max-width: 479px) {
  .nav {
    margin-top: 5px;
    width: 90px;
    float: right;
  }

  .logo img {
    height: 37px;
  }

  .logo h1 {
    font-size: 15px;
  }

  .b_top_text {
    width: 78%;
    padding-top: 0px;
    font-size: 12px;
    color: #F5F5F5;
    line-height: 100%;
  }

  .b_top_img {
    width: 20%;
  }

  .bx-viewport {
    height: 200px !important;
  }

  .form_top_3 {
    margin-right: 0;
    text-align: right;
    width: 92%;
    margin-top: 2%;
  }

  .form_bottom_3, .form_bottom_2, .form_bottom_4, .form_bottom_5, .form_bottom_6 {
    float: left;
    margin-left: 0;
    width: 100%;
  }

  .form_top_3 a {
    width: 131px;
  }

  .tab_search {
    padding: 2%;
  }

  .form_bottom_2 {
    margin-left: 0;
  }

  .form_bottom input[type="text"] {
    width: 94%;
  }

  .form_box_top {
    margin-bottom: 0;
  }

  .ss {
    margin-top: 2px;
  }

  .form_top_22 {
    display: block;
    margin-right: 0;
  }

  .form_top_2 {
    margin-right: 1%;
    width: 100%;
    margin-left: 0;
    margin-top: 2%;
  }

  .form_bottom select {
    width: 100%;
  }

  .map_right {
    width: 100%;
    float: right;
    border: 2px solid #ACACAC;
  }

  .map_left {
    width: 100%;
  }

  .new_properties_scroll .hm_new .hbb_prop_new, .new_properties_scroll .hm_new .hbb_prop_new2 {
    padding: 0px 9px;
  }

  .footer_up, .footer {
    display: none;
  }

  .bot_chk a {
    display: block;
  }

  .bot_prop_pp_img {
    display: none;
  }

  .bot_chk a {
    text-align: center;
  }

  .bot_prop_pp_text {
    width: 100%;
  }

  .sch a {
    padding: 12px 0;
    width: 100%;
  }

  .bot_sch input[type="submit"], .bot_sch input[type="button"], .bot_sch button[type="submit"] {
    width: 100%;
  }

  .hm_new .hb {
    border: 0;
    margin-top: 2%;
    margin-bottom: 0px;
  }

  .sm_fld {
    width: 100%;
  }

  .sdb {
    width: 100%;
  }

  .pac-container {
    width: 85% !important;
  }

  .hh_text h3 {
    font-size: 14px;
  }

  .hh_text {
    width: 96%;
  }

  .hh_text_link {
    float: left;
    width: 100%;
    margin-top: 3%;
  }

  .hm_new .hh2 {
    float: right;
    margin-left: 1%;
    width: 77%;
  }

  a.signin, a.apply_new {
    float: left;
    margin: 0;
    width: 89%;
  }

  .print_view span {
    float: left;
    width: 96%;
  }

  span.tb_head, .tb_head2 {
    padding: 2% 2%;
  }

  .print_view li {
    width: 100%;
  }

  .print_g {
    width: 100% !important;
  }

  .tb_head3 {
    padding: 2% 2%;
  }

  .acept input {
    width: 100% !important;
  }

  .new_properties_scroll .hm_new .hbb_prop_new {
    border-right: 0 none;
    height: auto;
  }

  .hm_new .hh1 {
    width: 100%;
    float: left;
  }

  .schdule_showing {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .hm_new .hb h3 {
    font-size: 16px;
  }

  .appointment {
    width: 96% !important;
  }

  .appointment_area {
    width: 100% !important;
    margin-right: 0%;
  }

  .enter_thnkx {
    font-size: 15px;
  }

  .hm_new .time1 {
    margin-right: 8%;
    width: 26%;
  }

  .hm_new .time {
    font-size: 15px;
  }

  a.msg {
    margin-top: 15px;
  }

  .hm_new .hbb_prop_new {
    width: auto;
    padding: 0px 8px;
    display: inline-block;
    float: none;
    font-size: 13px;
    min-height: auto;
    padding: 0px 4px;
  }

  .hm_new .hbb_prop_new2 {
    width: auto;
    padding: 0px 4px;
  }

  /*#googleMap{ z-index: -1; }*/
  .nav_top ul li {
    border-left: 0px solid #898989;
    padding: 0px 2px 0px 4px;
    margin: 0;
  }

  .nav_top ul li a {
    font-size: 14px;
    color: #E14B24;
  }

  .mobile-nav1 {
    background: #3f4a54 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 0;
    padding: 7px 2px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 80px;
    z-index: 9;
  }

  .mobile-nav:hover {
    background: url(/assets/menu-res-bg.png) #DF5E35 center center no-repeat;
  }

  .nav ul {
    background: #9b9b9b none repeat scroll 0 0;
    border-radius: 4px;
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 3px;
    z-index: 1;
    width: 45%;
  }

  .nav ul li {
    display: block;
    margin: 0;
    text-align: right;
    border-left: 0px solid #898989;
    border-bottom: 1px solid #bebebe;
  }

  .nav ul li a {
    display: block;
    padding: 7px 2px;
    margin-bottom: 10px;
    color: #fff;
    text-align: right;
  }

  .nav ul li a:hover {
    color: #fff;
  }

  .form_top_1 {
    float: left;
    width: 100%;
    margin-right: 0;
  }

  .form_top_1 a {
    padding: 7px 20px 8px 23px;
  }

  .height_adjust {
    height: auto;
  }

  .pop1 {
    width: 98%;
    float: none;
    padding: 1%;
    margin-bottom: 4%;
  }

  .pop2 {
    width: 96%;
    padding: 2% 1%;
  }

  .chart_plan ul li h2 {
    display: none;
  }

  .chart_plan ul li {
    padding: 0 0.1%;
    width: 16%;
  }

  .chart_plan ul li h3 {
    font-size: 14px !important
  }

  .pop2 {
    padding: 2% 1% 14%;
  }

  .hm2 {
    border-radius: 4px;
  }

  .map img {
    width: 97%;
  }

  .agent_details p {
    font-size: 14px;
  }

  .hh_fix {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #ffffff;
  }

  .hm_new .hbb {
    width: 11%;
    min-height: 62px;
    font-size: 15px;
  }

  .hm_new .hbb2 {
    width: 21%;
  }

  a.msg, a.qr, .hh32 a, .hh35 a {
    display: block;
    margin-top: 6px;
  }

  .pop2 {
    padding: 2% 2% 5%;
  }

  .mo a.logout {
    padding: 5px 15px;
  }

  .tab-links img {
    vertical-align: middle !important;
  }

  .can a {
    padding: 8px 16px 8px 36px;
    min-width: 100px;
    font-size: 15px;
    text-align: center;
  }

  .tab-links a, .bettertabs ul.tabs li a {
    padding: 11px 5px;
    font-size: 14px;
  }

  .tab-content .tab .field input[type="text"], .tab-content .tab .field input[type="email"], .tab-content .tab .field input[type="password"] {
    padding: 4% 2%;
  }

  .field textarea {
    padding: 2% 2% !important;
  }

  .field .checkindivs {
    padding: 2% 2% !important;
  }

  .chkin1 {
    float: none;
    width: 100%;
    margin-right: 0%;
    font-size: 16px;
  }

  .chkin2 input[type="submit"] {
    border-bottom: 3px solid #BEA9A9;
    padding: 10px 28px 10px 52px;
    display: inline-block;
    color: #FFF;
    font-size: 17px;
    cursor: pointer;
    text-align: center;
    width: 132.5%;
    margin: 20px 3% 2% 0%;
  }

  .chkin2 input[type="text"], .chkin2 input[type="email"], .chkin2 input[type="password"] {
    background: none repeat scroll 0% 0% #F7F6F6 !important;
    border: 1px solid #CCC;
    padding: 4% 3%;
    border-radius: 2px;
    font-size: 17px;
    color: #626262;
    display: block;
    padding: 12px 26px 12px 66px;
    color: #ffffff;
    font-size: 17px;
    border-radius: 4px;
    margin-bottom: 8px;
    margin-top: 10px;
    text-align: center;
  }

  .chkout_add {
    font-size: 15px;
  }

  .add_1 {
    float: left;
    width: 28%;
    margin-right: 2%;
  }

  .add_2 {
    float: left;
    width: 70%;
    margin-right: 0%;
  }

  .chkout_bottom p {
    font-size: 15px;
  }

  p.success_process {
    font-size: 15px;
  }

  .form_bottom_1 {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 2%;
  }

  .form_bottom_label {
    float: none;
    width: 100%;
    margin-right: 0%;
    padding-top: 1px;
    margin-bottom: 1%;
  }

  .form_bottom_select {
    float: none;
    width: 100%;
    margin-bottom: 1%;
  }

  .form_bottom_label2 {
    float: none;
    width: 100%;
    margin-right: 0%;
    padding-top: 1px;
    margin-bottom: 1%;
  }

  .form_bottom_select2 {
    float: none;
    width: 100%;
    margin-bottom: 1%;
  }

  .form_bottom_label3 {
    float: none;
    width: 100%;
    margin-right: 0%;
    padding-top: 1px;
    margin-bottom: 1%;
    display: block;
  }

  .form_bottom_select3 {
    float: none;
    width: 100%;
    margin-bottom: 1%;
  }

  .new_more_properties .hh {
    padding: 2% 1% 0% 1%;
  }

  .new_more_properties {
    border: 1px solid #C2C1C1;
    background: #f0f0f0;
    padding: 0px;
    margin: 1% 2%;
    border-radius: 4px !important;
  }

  .hm_new .hh2_more_properties h4, .hm_new .hh2_more_properties {
    font-size: 13px;
  }

  .form_top_2 input[type="text"] {
    padding: 9px 3%;
  }

  .form_top_22 a {
    padding: 3px 5px;
  }

  .new_more_properties {
    position: relative;
  }

  .hh1_new {
    border-bottom: 0px solid #c1c1c1;
    width: 19%;
    margin-right: 0;
    padding-top: 10px;
  }

  .hm_new .hh2_more_properties h4, .hm_new .hh2_more_properties {
    font-size: 12px;
    margin-left: 3%;
    width: 74%;
    padding: 4px 0;
    font-weight: 600;
  }

  .mapadd {
    margin-left: 3%;
    width: 98%;
    padding: 4px 0;
    font-size: 15px;
    font-weight: normal;
  }

  .price-breakdown-info-iframe {
    margin-left: 3%
  }

  .hb_border {
    white-space: nowrap;
    width: 100%;
    margin-left: 4px;
  }

  .hb_inv {
    display: block;
  }

  .credit_card h3.agent {
    padding: 2px 7px 2px 45px;
    border-bottom: 0px solid #c6c6c6;
    margin-bottom: 4px;
  }

  a.msg5 {
    display: block;
    margin: 0 0 2% 0;
  }

  a.voice {
    display: block;
    padding: 10px 10px 10px 10px;
  }

  .pop_but {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f6f6f6;
    z-index: 99999;
  }

  .hh32 {
    text-align: left;
    margin-bottom: 3px;
  }

  .hh35 a {
    margin-bottom: 3px;
  }

  .contact {
    margin-bottom: 30px;
  }

  .nav_area {
    width: 73%;
    margin-left: 0;
  }

  .inbox1 {
    width: 100%;
    float: left;
  }

  .chkout_button button[type="submit"], .prop_ser a, .call_aply a, .got_ques a, .chkin2 input[type="submit"], .chkin2 button[type="submit"] {
    width: 100%;
    padding: 10px 0;
  }

  .prop_ser a:first-child {
    margin-bottom: 15px
  }

  .hm {
    margin: 0px 0 28% 0;
  }

  .form_top_sreach {
    width: 100%;
  }

  .form_box_top {
    width: 100%;
  }

  .hh1_new img {
    border: 2px solid #fff;
  }

  a.view_details {
    display: none;
  }

  a.view_details_2 {
    display: inline;
  }

  .bttn_area_apply_now {
    display: none;
  }

  select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    font-size: 16px !important
  }

  .map_transpt .feild_sreach {
    width: 92%;
    left: 0;
  }

  .feild_sreach .gprs_button {
    font-size: 42px !important;
  }

  .map_transpt {
    height: 176px;
    padding-top: 14%;
  }

  .nav ul li:first-child {
    display: none;
  }

  .back_menu_link {
    float: right;
    width: 57%;
    display: block !important;
  }

  .back_menu_link a {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ef7b30 0%, #e94f37 100%) repeat scroll 0 0;
    border-bottom: 3px solid #bea9a9;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    margin-top: 5px;
    padding: 6px 5px;
    text-align: center;
  }

  .back_menu_link a:hover {
    background: #e95137;
  }

  .property_details_back_menu {
    width: 72px;
    padding: 5px 5px;
  }

  .report_properties_btton {
    width: 100%;
  }

  .servey-row-textarea {
    width: 100%;
  }
  .servey-row input[type="text"], .servey-row select {
    width: 100%;
    }
  
  .survey_tab h1 {
    font-size: 18px;
  }
}

@media screen and (min-width: 0px) and (max-width: 454px) {
  .cat_dog_hide {
    display: none !important;
  }
}

@media screen and (max-width: 525px) {
  .pop_other {
    display: none;
  }
}

@media screen and (min-width: 0px) and (max-width: 479px) {
  .list_view_available p {
    color: #585858;
    font-size: 12px !important;
    line-height: 15px;
  }

  .list_view_available p span {
    font-weight: 600;
    font-size: 13px !important;
  }

  .hh1_new {
    width: 22%;
  }
  
	.checkbox, .radio label {
		position: inherit;
		margin: 0 0 0 4px;
  }
}

@media screen and (max-width: 1024px) {
  .tab-links a,  .bettertabs ul.tabs li a {
    padding: 12px 7px;
    font-size: 15px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .tab-links .fa-ban, .bettertabs .fa-bansmall{
    font-size: 7px !important;
    margin-left: -3px!important;
  }
  .tab-links a,  .bettertabs ul.tabs li a {
    padding: 11px 7px;
    font-size: 15px;
    display: block;
  }
  .tab-links li, .bettertabs ul.tabs li {
    width: 100%;
  }
  .visible-desktop{
    display: none;
  }
  .form-horizontal .control-label {
    margin-bottom: 5px;
    text-align: left;
    width: 100%;
  }
  .col-sm-10 {
    width:100%;
  }
  .form-horizontal{
    width: 100%;
  }
  .form-box-2{
    padding: 15px;
  }
  .field input.datepicker{ position: relative;}
  .mobile_off{display: none;}

  .credit_card .field input[type="text"],
  .credit_card .field input[type="email"],
  .credit_card .field input[type="password"]{
    width: 100%;
  }

  .pet_section .select_full{
    width: 100% !important;
  }
  .pet_section .lebel_field {
    margin: 0 0 20px;
  }
  .evicted .select_full{
    width: 100% !important;

  }
  .pet_section .sm_fld select{width: 100%;}
  .pet_section .sm_fld{box-sizing: border-box;}
  .mobile-margin {
    margin: 5px 0 19px;
  }
  .smart-matching-con input[type="submit"]{
    margin: 2% 0;
  }

}

@media screen and (min-width: 768px) {
  .visible-mobile{
    display: none;
  }
}
@media screen and (max-width: 991px) and (min-width: 320px) {
  .print_view li {
    margin: 0 0 10px;
    width: 100% !important;
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *










 */


@media screen and (min-width: 768px) and (max-width: 1030px) {
  .map_can {
    width: 98%;
    height: 434px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .map_can {
    width: 98%;
    height: 434px;
  }

}

@media screen and (min-width: 0px) and (max-width: 478px) {
  .map_can {
    width: 98%;
    height: 434px;
  }

}
