/*/////////////////////////////////////////////////////////////////////
 // 
 // Custom theme code styles
 // Written by Themelize.me (http://themelize.me)
 // 
 // This is an empty starter template for overriding styles
 // set by Bootstrap & the theme
 // 
 // ----------------------------------------------------
 // 
 // Remove unused code for better performances
 // 
 // ----------------------------------------------------
 // 
 // @see - Usefuls tools online for editing
 // 1. http://charliepark.org/bootstrap_buttons/ - Button style generator
 // 2. http://www.colorzilla.com/gradient-editor/ - CSS3 gradient maker
 // 
 // @note
 // To ensure custom styles are picked up
 // wrap definitions in body tag
 // ie.
 // body .navbar-inner {
 //   background: #ff0000;
 // }
 // 
 /////////////////////////////////////////////////////////////////////*/
/*
 * --------------------------------------------------
 * 1. General Elements
 *--------------------------------------------------
 */
#navigation {
  /* 1. Navigation wrapper */
}
#highlighted {
	
  /* 2. Highlighted (below header) wrapper */
}

#content {
  /* 3. Content wrapper */
}
#content-below {
  /* 4. Content Below wrapper */
}
#footer {
  /* 5. Footer wrapper */
}
/*
 * --------------------------------------------------
 * 2. Colours
 *-------------------------------------------------- 
 */
/*
 * --------------------------------------------------
 * 3. Responsiveness/media queries
 *--------------------------------------------------
 */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (min-width: 768px) {
  /* Small devices (tablets, 768px and up) */
}
@media (min-width: 992px) {
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 1200px) {
  /* Large devices (large desktops, 1200px and up) */
}
/*
 * --------------------------------------------------
 * 4. Misc
 * Other stuff
 *--------------------------------------------------
 */
.alert-warning2 {
  color: #0c4357;
  background-color: #f6f2e9;
  border-color: #f7d277;
  border-style:solid;
  border-width:5px;
}
.alert-warning2 hr {
  border-top-color: #f7e1b5;
}
.alert-warning2 .alert-link {
  color: #0c4357;
}
h3.findyourrep {
  font-weight: bold; 
  font-size: 140%; 
  color: #005984;
  }
.rev_slider:after {
    
    width: 300px; /* width of your logo */
    height: 150px; /* height of your logo */
    background: url(slogan.png") no-repeat;
    position: absolute;
    bottom: 10px; /* can be changed to "top: 10px;" */
    left: 50%; /* will center the logo */
    margin-left: -128px; /* minus half the logo's width */
    content: "";
}
.area { 
  width: 300px; 
  height: 300px; 
  /*background: url(../images/abe-bg.png) no-repeat; */
  position: relative;
}

.bubble { 
  position: absolute; 
  left: 23px; 
  top: 230px; 
  width: 135px; 
  height: 24px; 
  display: table;
}

.bubble p {
  display: table-cell; 
  vertical-align: middle; 
  text-align: left; 
  color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:40px;
line-height:40px;
font-family:Arial;
margin:0px;
border-width:1px;
border-style:none;
white-space:nowrap;
letter-spacing:-1px;
}

.bubble a {
	color:#FFF;
}
.bubble a:visited {
	color:#FFF;
}

.planning { 
  position: absolute; 
  left: 100px; 
  top: 350px; 
  width: 135px; 
  height: 24px; 
  display: table;
}

.planning p {
  display: table-cell; 
  vertical-align: middle; 
  text-align: left; 
  color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:25px;
line-height:40px;
font-family:Arial;
margin:0px;
border-width:1px;
border-style:none;
white-space:nowrap;
letter-spacing:-1px;
}
.planning a {
	color:#FFF;
}
.planning a:visited {
	color:#FFF;
}
.H3Alert {
	color: red;
}
.alert-warning3 {
	font-size:25px;
  color: #0c4357;

}