/***** CUSTOMIZED SIDEBOXES *****/

.sideboxprim {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;
	background-color: rgb(218,89,71);
	color: rgb(218,89,71);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(222,96,78);
	border-radius: 3px;
	padding: 18px;
	margin-top: 11px;
	font-family: 'Maven Pro', sans-serif;
	font-size: 14px;
	color: #ffffff;
}

.sideboxmar {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;
	background-color: rgb(157, 34, 53);
	color: rgb(157, 34, 53);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(164,37, 57);
	border-radius: 3px;
	padding: 18px;
	margin-top: 11px;
	font-family: 'Maven Pro', sans-serif;
	font-size: 14px;
	color: #ffffff;
}


.text-inverse {
  color: #000000;
}



/***** CUSTOMIZED Wells *****/


.well-tiny {
  padding: 6px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.well-mini {
  padding: 6px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.wellctp {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #fc4142;
	border: 1px solid #f98262;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

