/* floating */

a:active{
  color: #cd1d3a;
}

a{
  color: #084b84;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.clear-float {
	clear: both;
}

.clear-left{
  clear: left;
}

div.clear{
  width: 100%;
  height: 0;
  font-size: 0;
  clear: both;
}

/* floating:END */

/* positioning */

.pos-abs {
	position: absolute;
}

.uc{
  text-transform: uppercase !important;
}

.pos-rel {
	position: relative !important;
}

/* positioning:END */

/* aligning */

.center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

/* aligning:END */

/* blocks */

.full-width {
	width: 100% !important;
}

.half{
	width: 50% !important;
	_width: 49% !important;
}

.two_thirds{
  width: 66% !important;
}

.third{
  width: 33% !important;
}

.quarter{
  width: 24% !important;
}

/* blocks */

.block{
  display: block;
}

/* other */

.hand {
	cursor: pointer !important;
}

/* other:END */

/* Typography */

h1{
  font-size: 16px;
}

h2 {
	color: #585858;
	font-size: 16px;
}

h2 a,
h3 a {
	/* color: inherit; */
}

.header-size {
	font-size: 19px;
}

.bold, strong {
	font-weight: bold;
}

.nowrap{
  white-space: nowrap;
}

.overflow-hidden{
  overflow: hidden;
}

.centered_block{
  margin-left: auto;
  margin-right: auto;
}

.weight-normal {
	font-weight: normal;
}

.bigger{
  font-size:15px;
}

.big{
  font-size: 16px;
}

.large{
  font-size: 19px !important;
}

.very_big{
  font-size: 29px;
}

.small{
  font-size: 9px !important;
}
/* */

/* COLORS */

.base-red {
	color: #cd1d3a;
}

.lime-green{
  color: #73cb00;
}

.no-margin{
  margin: 0 !important;
}

.transparent{
  background: transparent !important;
}

hr{
  width: 100%;
  height: 1px;
  border: 0;
  background: #d8d8d8;
  margin: 3px auto;
}

.bottom_margin_10{
  margin-bottom: 10px !important;
}
.top_margin_10{
  margin-top: 10px !important;
}

.border-solid{
  border-style: solid !important;
}
.no_border{
  border: 0 !important;
}

.padded-vertical-5{
  padding-top: 5px;
  padding-bottom: 10px;
}

.mv5{
  margin: 5px auto;
} 
.mv10{
  margin: 10px auto;
} 

.pl5{
  padding-left: 5px;
}
.pr5{
  padding-right: 5px;
}

.pt20{
  padding-top: 20px;
}

.padded-5{
  padding: 5px;
}

.print{ /* defines elements for printing only - print.css shows them */
	display: none !important;
}

.underlined{
  text-decoration: underline !important;
}

.none{
  display: none;
}

sup{
  vertical-align: text-top;
  font-size: 60%;
}

.mt7{
  margin-top: 7px;
}

.mt14{
  margin-top: 14px;
}

.mr0{
  margin-right: 0 !important;
}
.mr5{
  margin-right: 5px !important;
}
.mr10{
  margin-right: 10px !important;
}
.mr20{
  margin-right: 20px !important;
}
.mb5{
  margin-bottom: 5px !important;
}
.mb10{
  margin-bottom: 10px !important;
}
/* */

