/* =============================================================================
   Grid systems
   ========================================================================== */	
	/* Containers */
	.vc_container {
	  margin-right: auto;
	  margin-left: auto;
	  *zoom: 1;
	}
	.vc_container:before,
	.vc_container:after {
	  display: table;
	  content: "";
	}
	.vc_container:after {
	  clear: both;
	}
	.vc_container-fluid {
	  padding-right: 20px;
	  padding-left: 20px;
	  *zoom: 1;
	}
	.vc_container-fluid:before,
	.vc_container-fluid:after {
	  display: table;
	  content: "";
	}
	.vc_container-fluid:after {
	  clear: both;
	}
	/* end Containers ---------------------------------------- */
	/* Grid with fixed width columns */
	.wpb_row {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}
	.vc_row {
	  margin-left: -20px;
	  *zoom: 1;
	}
	.vc_row:before,
	.vc_row:after {
	  display: table;
	  content: "";
	}
	.vc_row:after {
	  clear: both;
	}
	[class*="vc_span"] {
	  float: left;
	  margin-left: 20px;
	}
	.vc_container {
	  width: 940px;
	}
	.vc_span12 {
	  width: 940px;
	}
	.vc_span11 {
	  width: 860px;
	}
	.vc_span10 {
	  width: 780px;
	}
	.vc_span9 {
	  width: 700px;
	}
	.vc_span8 {
	  width: 620px;
	}
	.vc_span7 {
	  width: 540px;
	}
	.vc_span6 {
	  width: 460px;
	}
	.vc_span5 {
	  width: 380px;
	}
	.vc_span4 {
	  width: 300px;
	}
	.vc_span3 {
	  width: 220px;
	}
	.vc_span2 {
	  width: 140px;
	}
	.vc_span1 {
	  width: 60px;
	}
	.vc_offset12 {
	  margin-left: 980px;
	}
	.vc_offset11 {
	  margin-left: 900px;
	}
	.vc_offset10 {
	  margin-left: 820px;
	}
	.vc_offset9 {
	  margin-left: 740px;
	}
	.vc_offset8 {
	  margin-left: 660px;
	}
	.vc_offset7 {
	  margin-left: 580px;
	}
	.vc_offset6 {
	  margin-left: 500px;
	}
	.vc_offset5 {
	  margin-left: 420px;
	}
	.vc_offset4 {
	  margin-left: 340px;
	}
	.vc_offset3 {
	  margin-left: 260px;
	}
	.vc_offset2 {
	  margin-left: 180px;
	}
	.vc_offset1 {
	  margin-left: 100px;
	}
	/* Grid with fluid columns */
	.vc_row-fluid {
	  width: 100%;
	  *zoom: 1;
	}
	.vc_row-fluid:before,
	.vc_row-fluid:after {
	  display: table;
	  content: "";
	}
	.vc_row-fluid:after {
	  clear: both;
	}
	.vc_row-fluid [class*="vc_span"] {
	  display: block;
	  width: 100%;
	  min-height: 28px;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  -ms-box-sizing: border-box;
	  box-sizing: border-box;
	  float: left;
	  margin-left: 2.127659574%;
	  *margin-left: 2.0744680846382977%;
	}
	.vc_row-fluid [class*="vc_span"]:first-child {
	  margin-left: 0;
	}
	.vc_row-fluid .vc_span12 {
	  width: 99.99999998999999%;
	  *width: 99.94680850063828%;
	}
	.vc_row-fluid .vc_span11 {
	  width: 91.489361693%;
	  *width: 91.4361702036383%;
	}
	.vc_row-fluid .vc_span10 {
	  width: 82.97872339599999%;
	  *width: 82.92553190663828%;
	}
	.vc_row-fluid .vc_span9 {
	  width: 74.468085099%;
	  *width: 74.4148936096383%;
	}
	.vc_row-fluid .vc_span8 {
	  width: 65.95744680199999%;
	  *width: 65.90425531263828%;
	}
	.vc_row-fluid .vc_span7 {
	  width: 57.446808505%;
	  *width: 57.3936170156383%;
	}
	.vc_row-fluid .vc_span6 {
	  width: 48.93617020799999%;
	  *width: 48.88297871863829%;
	}
	.vc_row-fluid .vc_span5 {
	  width: 40.425531911%;
	  *width: 40.3723404216383%;
	}
	.vc_row-fluid .vc_span4 {
	  width: 31.914893614%;
	  *width: 31.8617021246383%;
	}
	.vc_row-fluid .vc_span3 {
	  width: 23.404255317%;
	  *width: 23.3510638276383%;
	}
	.vc_row-fluid .vc_span2 {
	  width: 14.89361702%;
	  *width: 14.8404255306383%;
	}
	.vc_row-fluid .vc_span1 {
	  width: 6.382978723%;
	  *width: 6.329787233638298%;
	}
	/* end Grid systems -------------------------------------- */
	
	/* Responsive classes
	---------------------------------------------------------- */
	.hidden {
	  display: none;
	  visibility: hidden;
	}
	.visible-phone {
	  display: none !important;
	}
	.visible-tablet {
	  display: none !important;
	}
	.hidden-desktop {
	  display: none !important;
	}
	@media (max-width: 767px) {
	  .visible-phone {
		display: inherit !important;
	  }
	  .hidden-phone {
		display: none !important;
	  }
	  .hidden-desktop {
		display: inherit !important;
	  }
	  .visible-desktop {
		display: none !important;
	  }
	}
	@media (min-width: 768px) and (max-width: 979px) {
	  .visible-tablet {
		display: inherit !important;
	  }
	  .hidden-tablet {
		display: none !important;
	  }
	  .hidden-desktop {
		display: inherit !important;
	  }
	  .visible-desktop {
		display: none !important ;
	  }
	}
	/* end Responsive classes -------------------------------- */
	/* Call to action responsive rules
	---------------------------------------------------------- */
	@media (max-width: 600px) {
	  .vc_responsive .cta_align_left .wpb_button,
	  .vc_responsive .cta_align_right .wpb_button {
		max-width: 70%;
		width: 70%;
		float: none;
		display: block;
		margin: 3% auto;
	  }
	  .vc_responsive .cta_align_left .wpb_call_text,
	  .vc_responsive .cta_align_right .wpb_call_text {
		width: auto;
		max-width: none;
		text-align: center;
	  }
	}
	
	/* Responsive stuff
	---------------------------------------------------------- */
	/* Make all grid-sized elements block level again */
	@media (max-width: 480px) {
	  .vc_responsive div.vc_row-fluid div[class*="vc_span"] {
		float: none;
		display: block;
		width: auto;
		margin-left: 0;
	  }
	}

/* ==========================================================================
   Badge & Labels 
   ========================================================================== */	
	.label,
	.badge {
	  display: inline-block;
	  padding: 2px 4px;
	  font-size: 11.844px;
	  font-weight: bold;
	  line-height: 14px;
	  color: #ffffff;  vertical-align: baseline;
	  white-space: nowrap;
	  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	  background-color: #999999;
	}
	.label {
	  -webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	  border-radius: 3px;
	}
	.badge {
	  padding-left: 9px;
	  padding-right: 9px;
	  -webkit-border-radius: 9px;
	  -moz-border-radius: 9px;
	  border-radius: 9px;
	}
	.label:empty,
	.badge:empty {
	  display: none;
	}
	a.label:hover,
	a.label:focus,
	a.badge:hover,
	a.badge:focus {
	  color: #ffffff;
	  text-decoration: none;
	  cursor: pointer;
	}
	.label-important,
	.badge-important {
	  background-color: #b94a48;
	}
	.label-important[href],
	.badge-important[href] {
	  background-color: #953b39;
	}
	.label-warning,
	.badge-warning {
	  background-color: #f89406;
	}
	.label-warning[href],
	.badge-warning[href] {
	  background-color: #c67605;
	}
	.label-success,
	.badge-success {
	  background-color: #468847;
	}
	.label-success[href],
	.badge-success[href] {
	  background-color: #356635;
	}
	.label-info,
	.badge-info {
	  background-color: #3a87ad;
	}
	.label-info[href],
	.badge-info[href] {
	  background-color: #2d6987;
	}
	.label-inverse,
	.badge-inverse {
	  background-color: #333333;
	}
	.label-estate,
	.badge-estate {
		background-color: #efefef;
	}
	.label-blog,
	.badge-blog {
		background-color: #f7f7f7;
	}
	.label-blog a{font-size:11px;} 
	.badge-blog a{font-size:11px;}
	.label-inverse[href],
	.badge-inverse[href] {
	  background-color: #1a1a1a;
	}
/* Buttons
---------------------------------------------------------- */
.wpb_button {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.wpb_button:hover,
.wpb_button:active,
.wpb_button.active,
.wpb_button.disabled,
.wpb_button[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.wpb_button:active,
.wpb_button.active {
  background-color: #cccccc \9;
}
.wpb_button:first-child {
  *margin-left: 0;
}
.wpb_button:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.wpb_button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.wpb_button.active,
.wpb_button:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.wpb_button.disabled,
.wpb_button[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button.wpb_btn-large,
span.wpb_btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
button.wpb_btn-large [class^="icon-"],
span.wpb_btn-large [class^="icon-"] {
  margin-top: 1px;
}
button.wpb_btn-small,
span.wpb_btn-small,
a.wpb_btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
button.wpb_btn-social,
span.wpb_btn-social,
a.wpb_btn-social {
	font-size: 12px;
	line-height: 16px;
	padding-top: 4px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 7px;
}
button.wpb_btn-social i,
span.wpb_btn-social i,
a.wpb_btn-social i {
	padding-top: 2px;
}
button.wpb_btn-small [class^="icon-"],
span.wpb_btn-small [class^="icon-"] {
  margin-top: -1px;
}
button.wpb_btn-mini,
span.wpb_btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
.wpb_btn-primary,
.wpb_btn-primary:hover,
.wpb_btn-warning,
.wpb_btn-warning:hover,
.wpb_btn-danger,
.wpb_btn-danger:hover,
.wpb_btn-success,
.wpb_btn-success:hover,
.wpb_btn-info,
.wpb_btn-info:hover,
.wpb_btn-inverse,
.wpb_btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.wpb_btn-primary.active,
.wpb_btn-warning.active,
.wpb_btn-danger.active,
.wpb_btn-success.active,
.wpb_btn-info.active,
.wpb_btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.wpb_button {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.wpb_btn-primary {
  background-color: #0074cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0055cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.wpb_btn-primary:hover,
.wpb_btn-primary:active,
.wpb_btn-primary.active,
.wpb_btn-primary.disabled,
.wpb_btn-primary[disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
}
.wpb_btn-primary:active,
.wpb_btn-primary.active {
  background-color: #004099 \9;
}
.wpb_btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.wpb_btn-warning:hover,
.wpb_btn-warning:active,
.wpb_btn-warning.active,
.wpb_btn-warning.disabled,
.wpb_btn-warning[disabled] {
  background-color: #f89406;
  *background-color: #df8505;
}
.wpb_btn-warning:active,
.wpb_btn-warning.active {
  background-color: #c67605 \9;
}
/*.wpb_btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */*/

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.wpb_btn-danger:hover,
.wpb_btn-danger:active,
.wpb_btn-danger.active,
.wpb_btn-danger.disabled,
.wpb_btn-danger[disabled] {
  background-color: #bd362f;
  *background-color: #a9302a;
}
.wpb_btn-danger:active,
.wpb_btn-danger.active {
  background-color: #942a25 \9;
}
.wpb_btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.wpb_btn-success:hover,
.wpb_btn-success:active,
.wpb_btn-success.active,
.wpb_btn-success.disabled,
.wpb_btn-success[disabled] {
  background-color: #51a351;
  *background-color: #499249;
}
.wpb_btn-success:active,
.wpb_btn-success.active {
  background-color: #408140 \9;
}
.wpb_btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.wpb_btn-info:hover,
.wpb_btn-info:active,
.wpb_btn-info.active,
.wpb_btn-info.disabled,
.wpb_btn-info[disabled] {
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.wpb_btn-info:active,
.wpb_btn-info.active {
  background-color: #24748c \9;
}
.wpb_btn-inverse {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.wpb_btn-inverse:hover,
.wpb_btn-inverse:active,
.wpb_btn-inverse.active,
.wpb_btn-inverse.disabled,
.wpb_btn-inverse[disabled] {
  background-color: #222222;
  *background-color: #151515;
}
.wpb_btn-inverse:active,
.wpb_btn-inverse.active {
  background-color: #080808 \9;
}
button.wpb_button,
input[type="submit"].wpb_button {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.wpb_button::-moz-focus-inner,
input[type="submit"].wpb_button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.wpb_button.wpb_btn-large,
input[type="submit"].wpb_button.wpb_btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.wpb_button.wpb_btn-small,
input[type="submit"].wpb_button.wpb_btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.wpb_button.wpb_btn-mini,
input[type="submit"].wpb_button.wpb_btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
/* Button
---------------------------------------------------------- */
a.wpb_button_a {
  text-decoration: none;
  border: none;
}
a.wpb_button_a :hover {
  text-decoration: none;
}
.wpb_button:hover {
  background-image: none;
}
i.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  vertical-align: text-top;
  margin-left: 5px;
}
.wpb_btn-large i.icon {
  height: 19px;
  margin-left: 9px;
}
.wpb_btn-small i.icon {
  height: 15px;
}
.wpb_btn-mini i.icon {
  display: none;
}
