#first-block, #second-block, #third-block, #fourth-block {
/*text-align:center;*/
padding:3.5em 0;
}
#topbar {
	background: none repeat scroll 0 0 #012232;
	border-bottom: 1px solid #001925;
	padding: 0.3125em 0;
	vertical-align: bottom;
}
#topbar p {
	color: #fff;
	font-size: 2.0em;
	opacity: 1.0;
	position: relative;
	top: 2px;
}
#topbar p strong {
	font-weight: 600;
}
#topbar i {
	color: #ffffff;
	font-size: 2.0em;
	opacity: 0.5;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
#topbar i:hover {
	color: #92c500;
	cursor: pointer;
	opacity: 1;
}
#carousel {
text-align:center;
background:#e5e5e5;
}
#first-block {
background:#fff;
}
#second-block {
background:#fff;
}
#third-block {
background:#e5e5e5;
}
#fourth-block {
background:#e5e5e5;
}
footer {
background:#e5e5e5;
padding:3.5em 0;
}
@media screen and (max-width: 768px) {
  .right {
  float:none;
  }
  .social.right {
	  float:right;
}
@media screen and (max-width: 480px) {
  #topbar {
  	line-height: 1.625em;
  	text-align: center;
  }
  #topbar i {
	  font-size: 1.0em;
  }
  
  .social.right {
  	float: right;
  }
}
}