.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row-container {
  max-width: 1210px;
  margin-right: auto;
  margin-left: auto;
  margin-top:0;
}
.row-container:before,
.row-container:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-container:after {
  clear: both;
}
#content div.row-container {
  background: url(../images/template/parallax-1.jpg) center center no-repeat fixed !important;
  background-size: cover !important;
  background-color: rgba(0,0,0,.2) !important;
  color: white;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 50px;
  padding-top: 8%;
  padding-bottom: 5%;
  margin-top:50px !important;
  max-width:100% !important;
}
#content div.container-fluid {
	background-color:rgba(0,0,0,.3);
	padding:34px;
	width:50%;
	margin:auto;
}
.uk-panel-title {
	padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.3em;
    text-transform: uppercase;
    color: #54aacb !important;
}
#copyright div.span12 {
    display: none;
}
#bottom {
	background-color: #f4f4f4;
	border-top:none;
	margin-top:24px;
}

/* Spinning Image Rollover Effect */

.spin img  { transition: all .5s ease-in-out 0s; }

.spin img:hover
{

    transform: rotate(180deg) !important;
    transition: all .5s ease-in-out 0s;
}
#header {
	position:relative;
	z-index:1000;
}
/*#feature h3.moduleTitle.visible-first.visible {
	font-size: 32px;
    font-family: 'Roboto Condensed','Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 21px;
    border-bottom: 1px solid #54aacb;
    color: #54aacb;
    text-transform: uppercase;
    margin: 44px 10.5% 21px 10%;
    text-shadow:none !important;
    letter-spacing:-1px;
}
*/
#mainbottom {
	background-color:#ffffff !important;
}