/************************
MIXIN DECLARATION
************************/
.page-title h1 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 200;
  font-size: 30px;
  text-transform: uppercase; }

h2 {
  font-size: 20px;
  text-transform: uppercase; }

.alert {
  padding: 20px 50px;
  margin-top: 5px;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  background-clip: padding-box;
  font-size: 1em;
  position: relative; }
  .alert i {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 2em;
    opacity: 0.7; }

.alert-danger {
  background: #aa0000;
  color: #fff; }

.alert-success {
  background: green;
  color: #fff; }
