.com_content [class^="icon-"],span[class^="icon-"]{
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}
.c-message{margin-bottom: 30px;}

#wp-calendar tbody td.calendarDateEmpty {
	background-color: #fff;
}
#wp-calendar tbody td.calendarToday,#wp-calendar tbody td.calendarToday:hover {
	background-color: #ff4800;
	color:#fff;
}
#wp-calendar tbody td.calendarDateLinked:hover {
	background-color: #ccc;

}
.form-signin,.registration,.registration-complete,.user-profile,.profile-edit,.reset-complete,.reset-confirm,.user-reset {background: #fff;padding:30px;}

div.itemContainer {
     width:100%;
}

.back-top {
	background: #a2c43b;
	background: rgba(162,196,59,0.9);
}

.back-top:hover {
	background: rgba(162,196,59,1);
}

/* Buttons styling */
.btn,
button,
input[type="submit"] {

color: #406325;
background: #f4f4f4;

}

.submit.btn.outline {
margin-top: 10px;
float: right;
padding: 12px 25px;
}

a.btn.outline:hover, button.outline:hover, input[type="submit"]:hover {
    border: 2px solid #a2c43b;
    border: 2px solid rgba(162,196,59,1);
}

a.btn.red:hover, button.red:hover, input.red[type="submit"]:hover {
    background: rgba(235,70,70,.7);
}

.bootbutton {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto 10px;
	background: url('../images/icons/booticon.png') bottom;
	text-indent: -99999px;
	background-position: center top;
	transition: none;
}
.bootbutton:hover {
	background-position: center bottom;
	transition: none;
}