/***** GLOBAL ******/
.clr{
	clear:both;
}

/****** Mansonry Layout **********/
/*.bt-property-grid #properties{
	margin: 0 - 15px;
}*/
.bt-property-grid .property-wrapper.masonry{
    width: 31%;
    min-width: 250px;
    float: left;
}
/****** Thumbnail List ********/
#property-detail .property-carousel-thumb{
	background: rgba(0, 0, 0, 0.7);
    width: 100%;
	overflow: hidden;
	z-index: 100;
	padding: 10px 0px;
	position: absolute;
	bottom: 0;
}
#property-detail .property-carousel-thumb-inner{
	width: auto;
	position: relative;
	top: 0; left: 0;
}
#property-detail .property-carousel-thumb-inner a{
	display: block;
	float: left;
}
#property-detail .property-carousel-thumb img {
  border: 3px solid #fff;
  border-radius: 3px;
  margin: 0 7px;
}
#property-detail .property-carousel-thumb .active img {
	border-color: #e65322;
}
.horizontal-search #advanced-search-sale{
	color: #fff;
}
#property-detail section {
  margin-bottom: 25px;
}
#property-detail section h2 {
  margin-bottom: 25px;
}

.property-detail-map-wrapper {
  position: relative;
  height: 340px;
  margin-bottom: 17px;
}
.property-detail-map-wrapper .property-detail-map {
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
}

/****** BT Agencies Listing **/
.agency {
  border-bottom: 1px solid #f3f3f3;
  display: table;
  font-size: 12px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
  width: 100%;
}
#agency-info  .agency h3{
	margin-bottom: 10px;
	font-family: "Open Sans";
	font-weight: normal;
}
#agency-info   dl{
	margin-bottom: 15px;
}
.agency h3{
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f3f3f3;
	color: #e26228;	
}
.agency h3 a{
	color: #e26228;	
	font-size: 24px;
}
.agency h3 a.show-on-map{
	color: #515151;	
	font-size: 12px;
	float: right;
}
.agency .agency-information{
	list-style: none;
	margin: 0px;
	padding: 10px 0;
	border-bottom: 1px solid #f3f3f3;
}
.agency .agency-information li{
	display: inline-block;
	margin-right: 5px;
	padding-left: 25px;
	font-size: 12px;
	color: #7b7b7b;
	font-family: Open Sans, Arial;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
}
.agency li.address{
	background-position: -2px -156px;
}
.agency li.phone{
	background-position: -2px -96px;
}
.agency li.email{
	background-position: -2px -125px;
}

.agency .agency-about{
	font-size: 12px; 
	color: #515151;
	font-family: Open Sans, Arial;
	padding: 10px 0px;
}

.agency .agency-image ,
.agency .wrapper {
  display: table-cell;
  vertical-align: top;
}
.agency .agency-image{
width: 200px;
}
.agency .agency-image img{
	padding-right: 20px;
	width: 200px;
}

.agency-image img {
  max-width: 100%;
  /*width: 100%;*/
}
#property-gallery{
	position: relative;
	margin-bottom: 25px;
}
.property-carousel .property-slide {
  position: relative;
}
.property-carousel .property-slide .overlay {
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  bottom: 0;
  left: 0;
  height: 40%;
  position: absolute;
  width: 100%;
}
.property-carousel .property-slide .overlay h3 {
  /*bottom: 20px;*/
  color: #fff;
  left: 30px;
  font-size: 24px;
  position: absolute;
}
.property-carousel .property-slide img {
  /*width: 100%;*/
}
.property-carousel .owl-controls {
  position: absolute;
  right: 0;
  top: 0;
}
.property-carousel .owl-controls .owl-prev, .property-carousel .owl-controls .owl-next {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  /*opacity: 0.7;*/
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 100%;
}
.property-carousel .owl-controls .owl-prev:after, .property-carousel .owl-controls .owl-next:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #c7c7c7;
  width: 5px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.property-carousel .owl-controls .owl-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.property-carousel .owl-controls .owl-next:after {
  content: "\f105";
}
.property-carousel .owl-controls .owl-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.property-carousel .owl-controls .owl-prev:after {
  content: "\f104";
}

.tab-item .check-box-list li {
  display: inline-block;
  padding: 5px 0;
  width: 49%;
}
.tab-item .check-box-list li:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f111";
  color: #1396e2;
  font-size: 8px;
  position: relative;
  bottom: 2px;
  margin-right: 10px;
}
/*My Property*/
.my-properties table {
  width: 100%;
}
.my-properties table h2 {
  border: none;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding: 0;
}
.my-properties table thead {
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.my-properties table thead tr th {
  background-color: #073855;
  border: none;
  color: #fff;
  padding: 10px 10px 10px 0px;
}
.my-properties table thead tr th:first-child {
  padding-left: 10px;
}
.my-properties table tbody tr td {
  border-top: none;
  border-bottom: 2px solid #f3f3f3;
  padding: 20px 20px 20px 0px;
  vertical-align: middle;
}
.my-properties table tbody tr td:last-child {
  padding-right: 5px;
}
.my-properties table tbody tr td.actions {
  text-align: right;
}
.my-properties table tbody tr td.actions a {
  padding: 5px;
}
.my-properties table tbody tr td.actions .edit {
  float: left;
  color: #2a2a2a;
}
.my-properties table tbody tr td.actions .edit:hover i {
  color: #073855;
}
.my-properties table tbody tr td.actions .edit i {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #1396e2;
  margin-right: 5px;
}
.my-properties table tbody tr td.actions .delete {
  color: red;
  position: relative;
  top: 5px;
}
.my-properties table tbody tr td.image {
  width: 125px;
}
.my-properties table tbody tr td.image img {
  width: 100%;
}
.my-properties table tbody tr td img, .my-properties table tbody tr td .inner {
  display: inline-block;
}
.my-properties table tbody tr td .inner figure {
  margin-bottom: 5px;
}
.my-properties .tag{margin: 0;}
/*Agent*/
.agency dt,
.agency dd{
	line-height: 24px;
	margin-bottom: 0;
}
.icheckbox, .iradio{cursor: pointer;}
/*Property detail*/
.property-title {
  margin-bottom: 30px;
  position: relative;
}
.property-title h1 {
  border: none;
  margin-bottom: 5px;
  margin-top: 0;
  padding-bottom: 0;
}
.property-title .actions {
  top: 5px;
  bottom: 0;
  margin: auto;
  /*height: 20px;*/
  position: absolute;
  right: 0;
}
.property-title .actions a {
  margin-left: 5px;
}

.bookmark {
  position: relative;
}
.bookmark:before {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f08a";
  font-size: 18px;
  position: relative;
}
.bookmark:hover .title-add {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  right: 30px;
}
.bookmark .title-add, .bookmark .title-added {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  color: #5a5a5a;
  font-size: 12px;
  pointer-events: none;
  position: absolute;
  right: 25px;
  text-align: right;
  width: 140px;
}
.bookmark-added {
  position: relative;
}
.bookmark-added:before {
  content: "\f004";
}
.bookmark-added:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  animation: animate-bookmark 1s;
  -webkit-animation: animate-bookmark 1s;
  content: "\f055";
  color: #1396e2;
  left: 3px;
  font-size: 14px;
  position: absolute;
  z-index: 2;
}
.bookmark-added .title-add {
  -webkit-opacity: 0 !important;
  opacity: 0 !important;
}
.bookmark-added .title-added {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}
.form-group #editor-xtd-buttons, .form-group .toggle-editor{display: inline-block;}
.form-group .button2-left{display: inline-block; margin: 0 10px 0 0;}
.form-group .button2-left a{display: inline-block;}
#submit-description_parent{margin-bottom: 10px; display: block;}

/*Property Map*/
.marker-style {
  border-width: 3px;
  border-style: solid;
  text-align: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  -moz-border-radius: 50%;
	-webkit-border-radius: 26px;
  margin-left: -17px !important;
  margin-top: -46px !important;
}
.marker-style img {
  position: absolute !important;
  top: -1px !important;
  bottom: 0px !important;
  right: 0px;
  left: 0px;
  margin: auto !important;
}
.cluster > div {
  color: #fff !important;
  text-align: center !important;
  z-index: 3;
}
.cluster > div:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 26px;
  border-radius: 50%;
  content: "";
  height: 31px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 31px;
  z-index: -1;
}
.infobox-wrapper > img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute !important;
  right: 9px;
  top: 9px;
  z-index: 2;
}
.infobox-wrapper > img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.infobox-wrapper .infobox-inner {
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
  /*border-top: 6px solid #073855;*/
  font-size: 12px;
  position: relative;
  margin-bottom: 50px;
  min-width: 200px;
  padding: 8px;
  border: 1px solid #e2e2e2;
}
.infobox-wrapper .infobox-inner:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 95px;
  content: "";
  bottom: -6px;
}
.infobox-wrapper .infobox-inner .infobox-image,.infobox-description {
  width: 250px;
  height: auto;
  overflow: hidden;
  position: relative;
}
.infobox-wrapper .infobox-inner .infobox-image:after {
  background: -moz-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.infobox-wrapper .infobox-inner .infobox-image img {
  width: 100%;
}
.infobox-wrapper .infobox-inner .infobox-image .infobox-price {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  /*background-color: #1396e2;
  color: #fff;*/
  font-size: 14px;
  font-weight: bold;
  padding: 3px 7px;
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 2;
}
.infobox-wrapper .infobox-inner .infobox-title {
  font-size: 18px;
  /*font-weight: bold;*/
  font-weight: 300;
}
.infobox-price {
	font-weight: bold;
	font-size: 16px;
}
.infobox-extrafields .area{
	float: right;
}
.infobox-wrapper .infobox-inner .infobox-title a {
  /*color: #073855;*/
}
.infobox-wrapper .infobox-inner .infobox-description {
  padding: 8px 0;
}
.infobox-wrapper .infobox-inner .infobox-location {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 12px;
}
.infobox-wrapper .infobox-inner .fa {
  color: #1396e2;
  float: right;
  font-size: 18px;
  margin-top: 4px;
}
.marker-hover {
  opacity: .5;
}

/*BT Property*/
.display-lines{
	color: #515151;
}
.display-lines .property {
  border-bottom: 1px solid #e2e2e2;
  /*padding-left: 280px;*/
  padding-bottom: 30px;
  position: relative;
  overflow: visible;
}
.display-lines .property.no-border {
  padding-bottom: 0;
}
.display-lines .property:hover img {
  top: inherit;
}
.display-lines .property .property-image {
  /*height: 195px;
  left: 0;
  position: absolute;
  top: 0;*/
  float: left;
  overflow: hidden;
  width: 270px;
  margin: 0 30px 0 0;
  position: relative;
}
.display-lines .property .type {
  top: 0;
  right: 0;
}
.display-lines .property .info {
  /*display: table;*/
  position: relative;
}
.display-lines .property .info header h3{
	border-bottom: 1px solid #e2e2e2;
	line-height: 24px;
	padding: 0 0 10px;
	font-size: 24px;
	margin: 0;
	color: #666;
}
.display-lines .property .info header a {
  display: inline-block;
  
}
.display-lines .property .info header figure {
  margin-bottom: 0px;
}
.display-lines .property .info aside {
  margin-top: 10px;
}
.display-lines .property .info aside p {
  float: left;
  max-height: 55px;
  font-size: 12px;
  width: 60%;
  overflow: hidden;
  padding-right: 10px;
  padding-bottom: 20px;
}
.display-lines .property .info aside dl {
  float: right;
  width: 40%;
  font-size: 12px;
}
.display-lines .property .info aside dl dd {
  margin-bottom: 4px;
}
.display-lines .property .info .link-arrow {
  bottom: 0;
  left: 0;
  position: absolute;
}
.display-lines .property .ribbon {
  margin: inherit;
  left: initial;
}
#property-detail .property-info li.extra-field{
	border-left: 1px solid #d7d7d7;
	padding: 0 10px;
}
#property-detail .property-info li.beds,
.display-lines .property  .additional-info .beds{
	background: url(../images/icon_bed2.png) no-repeat 10px center;
	padding-left: 35px;
}
.display-lines .property  .additional-info .area{
	
}
#property-detail .property-info li.baths,
.display-lines .property  .additional-info .baths{
	background: url(../images/icon_bath2.png) no-repeat 10px center;
	padding-left: 33px;
}
#property-detail .property-info li.garages,
.display-lines .property  .additional-info .garages{
	background: url(../images/icon_gara2.png) no-repeat 10px center;
	padding-left: 35px;
}
.display-lines .additional-info{
	border-bottom: 1px solid #e2e2e2;
	line-height: 24px;
	padding: 4px 0;
	overflow: hidden;
}
.display-lines .additional-info span{
	padding: 0 10px 0;
	border-left: 1px solid #d7d7d7;
}
.display-lines .additional-info span:first-child{
	padding-left: 0px;
	border-left: none;
}
.display-lines .additional-info .price{
	font-size: 18px;
}
.display-lines .description{
	padding: 15px 0 15px;
}
/*BT Property Showcase*/
.property {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.property:hover .tag.status, .property:active .tag.status, .property:focus .tag.status {
  background-color: rgba(0, 0, 0, 0.8);
}
.property .tag.status {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  left: 13px;
  font-size: 12px;
  padding: 6px 9px;
  position: absolute;
  top: 15px;
  z-index: 1;
}
.property .tag.status:after {
  bottom: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 0;
  border-color: rgba(0, 0, 0, 0.6) transparent transparent transparent;
  content: "";
  left: 0;
  position: absolute;
}
.property .overlay {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  bottom: -50px;
  left: 0;
  width: 100%;
  z-index: 1;
  border-top-width: 2px;
  border-top-style: solid;
}
.property .overlay h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 3px 0;
}
.property .overlay figure {
  font-weight: lighter;
}
.property .overlay .additional-info {
  display: table;
  height: 30px;
  list-style: none;
  margin-bottom: 0;
  width: 100%;
  padding: 0px 15px; 
}
.property .overlay .additional-info ul{
	border-bottom: 1px solid #e2e2e2;
	padding: 5px 0;
}
.property .overlay .additional-info li {
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  display: inline-block;
  padding: 0 5px;
}
.property .overlay .additional-info li header {
  font-size: 11px;
}
.property .overlay .additional-info li figure {
  font-size: 11px;
  font-weight: bold;
}
.property .overlay .info {
  padding: 0 15px;
}
.property .overlay .info  h3{
	border-bottom: 1px solid #e2e2e2;
	line-height: 30px;
	padding: 12px 0 7px;
	margin: 0;
	text-transform: uppercase;
}
.property .overlay .additional-info li.beds{
	background: url(../images/icon_bed.png) no-repeat right center;
	padding-right: 25px;
}
.property .overlay .additional-info li.area{
	float: right;
}
.property .overlay .additional-info li.baths{
	background: url(../images/icon_bath.png) no-repeat right center;
	padding-right: 18px;
}
.property .overlay .additional-info li.garages{
	background: url(../images/icon_gara.png) no-repeat right center;
	padding-right: 22px;
}
.property .property-image {
  overflow: hidden;
  width: 100%;
}
.ribbon {
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-transform: translate3d(0, 0, 1px) rotate(45deg);
  -ms-transform: translate3d(0, 0, 1px) rotate(45deg);
  -webkit-transform: translate3d(0, 0, 1px) rotate(45deg);
  transform: translate3d(0, 0, 1px) rotate(45deg);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 6px;
  position: absolute;
  z-index: 3;
  right: -30px;
  top: 15px;
  width: 120px;
  text-align: center;
  margin: auto;
  height: 30px;
  bottom: inherit;
  left: inherit;
}
.tag {
  padding: 3px 0px;
  margin: 0 15px;
}
.price-detail{
	border-top: 1px solid #e2e2e2;
	padding: 10px 0;
	background: #fafafa;
}
.price-detail .view-detail{
	float: right;
}
.view-detail:hover{
	color: #fff;
	opacity: 0.9;
}
.tag.price {
  font-size: 14px;
  font-weight: bold;
}
.property img {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -moz-backface-visibility: hidden;
  width: 100%;
  position: relative;
  top: 0;
}
.property .type {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  background-color: #fff;
  position: absolute;
  right: 13px;
  z-index: 2;
  top: 15px;
  height: 29px;
  padding: 0 2px;
  text-align: center;
  line-height: 29px;
}
.property .type img {
  width: inherit;
  top: 0 !important;
}
.center {
  text-align: center;
}
#search-filter .sorting {
  float: right;
}
.section-title {
  position: relative;
}
.section-title .link-arrow {
  margin-top: 5px;
  right: 0;
  position: absolute;
  top: 0;
}
.link-arrow {
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #666;
  display: inline-block;
}
.link-arrow:after {
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f105";
  color: #1396e2;
  left: 0;
  font-size: 18px;
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
  bottom: 2px;
}
.link-arrow:hover {
  cursor: pointer;
}
.link-arrow:hover:after {
  left: 5px;
}
.link-arrow.geo-location:after {
  content: "\f041";
  top: -1px;
}
.link-arrow.geo-location:hover:after {
  left: 0;
  top: -5px;
}
.checkbox, .radio {
  padding-left: 0px;
}
#submit-map {
  height: 320px;
  width: 100%;
}

@media(max-width: 479px){
	.tab-item .list-unstyled li{
		width: 100%;
	}
}