/* ------------------------------ IMPORT FONTS ------------------------------ */

@import  url(http://fonts.googleapis.com/css?family=Monda:400,700);
@import  url(http://fonts.googleapis.com/css?family=Open+Sans);

* {
  border-radius: 0 !important; }

/* ------------------------------ GENERAL STYLES ------------------------------ */


.form-control {
  box-shadow: none; }

.form-control:focus {
  border-color: #bbb;
  box-shadow: 0 0 2px #c9c9c9; }

.info-blocks {
  margin-bottom: 15px;
}


/* ------------------------------ BUTTON STYLES ------------------------------ */


.btn-u-blue {
	background:54C9F0 !important; }
	
.btn-u-blue:hover {
  background: #2980b9 !important; }

.btn-u-red:hover {
  background: #c0392b !important; }

.btn-u-orange:hover {
  background: #d35400 !important; }

.btn-u-sea:hover {
  background: #16a085 !important; }

.btn-u-green {
  background: #8dcc8e !important; }

.btn-u-green:hover {
  background: #57bc74 !important; }

.btn-u-yellow:hover {
  background: #f39c12 !important; }

.btn-u-default:hover {
  background: #7f8c8d !important; }

/* ------------------------------ SOCIAL ICON STYLES ------------------------------ */


/* ------------------------------ MARGIN BOTTOM ------------------------------ */
  
/* ------------------------------ FONT HEADLINE STYLES ------------------------------ */

/* ------------------------------ CONTENT (H0VER) BLOCK STYLES ------------------------------ */

/* ------------------------------ BLOCKQUOTE STYLES ------------------------------ */

/* ------------------------------ HERO STYLES ------------------------------ */

/* ------------------------------ FOOTER STYLES ------------------------------ */

/* ------------------------------ CAROUSEL STYLES ------------------------------ */

/* ------------------------------ BLOG STYLES ------------------------------ */

/* ------------------------------ INFO BLOCK STYLES ------------------------------ */

.panel-green {
  border-color: #8dcc8e; }

.info-blocks:hover i.icon-info-blocks {
  color: #8dcc8e;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.info-blocks i.icon-info-blocks {
  float: left;
  color: #777;
  font-size: 40px;
  margin-top: 5px;
  min-width: 50px;
  text-align: center; }

.info-blocks .info-blocks-in {
  padding: 0 10px;
  overflow: hidden; }

.info-blocks .info-blocks-in h3 {
  color: #555;
  font-size: 20px;
  line-height: 28px; }

.info-blocks .info-blocks-in p {
  font-size: 12px; }
